aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms (follow)
Commit message (Collapse)AuthorAge
* selection_sort: fix codenameEgor Tensin2016-04-17
|
* implement median value calculationEgor Tensin2016-04-17
|
* rearrange source filesEgor Tensin2016-04-17
* 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.