aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms (unfollow)
Commit message (Collapse)Author
2016-04-17selection_sort: fix codenameEgor Tensin
2016-04-17implement median value calculationEgor Tensin
2016-04-17rearrange source filesEgor Tensin
* Add a useful `algorithms` package to provide convinient access to the implemented algorithms. * This allows to e.g. dynamically list available algorithms, which greatly simplifies a lot of things.