aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/algorithms (unfollow)
Commit message (Collapse)Author
2023-11-29modernize plotting a bitEgor Tensin
Use the "object-oriented" interface, fix image size, etc.
2019-12-23pylint/pep8 fixesEgor Tensin
2017-05-29algorithms.inputgen -> algorithms.input_kindEgor Tensin
2017-01-12mostly Pylint fixesEgor Tensin
2016-10-01fix licensing noticesEgor Tensin
2016-06-26quicksort: seed RNGEgor Tensin
2016-06-25add heuristic to derive time unitsEgor Tensin
2016-06-25scientific notation by default in plotsEgor Tensin
2016-06-24major refactoringEgor Tensin
With the focus on (re)usability. That includes adding separate modules for plotting, input generation and things like that.
2016-04-17median: quicksort instead of .sort()Egor Tensin
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.