Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | major refactoring | Egor Tensin | 2016-06-24 |
| | | | | | | With the focus on (re)usability. That includes adding separate modules for plotting, input generation and things like that. | ||
* | 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 | 2016-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. |