| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2016-04-17 | median: quicksort instead of .sort() | Egor Tensin | |
| 2016-04-17 | selection_sort: fix codename | Egor Tensin | |
| 2016-04-17 | implement median value calculation | Egor Tensin | |
| 2016-04-17 | rearrange source files | Egor 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. | |||
