Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pylint/pep8 fixes | Egor Tensin | 2019-12-23 |
| | |||
* | Travis: add badge to README | Egor Tensin | 2019-09-30 |
| | |||
* | add Travis configuration | Egor Tensin | 2019-09-30 |
| | |||
* | add plot.sh (same as plot.bat) | Egor Tensin | 2019-09-30 |
| | |||
* | add requirements.txt | Egor Tensin | 2019-09-30 |
| | |||
* | README update | Egor Tensin | 2017-05-30 |
| | |||
* | algorithms.inputgen -> algorithms.input_kind | Egor Tensin | 2017-05-29 |
| | |||
* | code style | Egor Tensin | 2017-05-29 |
| | |||
* | mostly Pylint fixes | Egor Tensin | 2017-01-12 |
| | |||
* | fix licensing notices | Egor Tensin | 2016-10-01 |
| | |||
* | code style | Egor Tensin | 2016-06-26 |
| | |||
* | quicksort: seed RNG | Egor Tensin | 2016-06-26 |
| | |||
* | add heuristic to derive time units | Egor Tensin | 2016-06-25 |
| | |||
* | code style | Egor Tensin | 2016-06-25 |
| | |||
* | scientific notation by default in plots | Egor Tensin | 2016-06-25 |
| | |||
* | improve command line parsing errors | Egor Tensin | 2016-06-25 |
| | |||
* | sort algorithms in usage messages | Egor Tensin | 2016-06-25 |
| | |||
* | README update | Egor Tensin | 2016-06-24 |
| | |||
* | 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. | ||
* | add Pylint configuration | Egor Tensin | 2016-06-24 |
| | |||
* | README update | Egor Tensin | 2016-05-23 |
| | |||
* | rename the project | Egor Tensin | 2016-05-19 |
| | |||
* | add .gitattributes | Egor Tensin | 2016-04-20 |
| | |||
* | README update | Egor Tensin | 2016-04-18 |
| | |||
* | refactoring + better plot captions | Egor Tensin | 2016-04-17 |
| | |||
* | median: quicksort instead of .sort() | Egor Tensin | 2016-04-17 |
| | |||
* | selection_sort: fix codename | Egor Tensin | 2016-04-17 |
| | |||
* | README update | Egor Tensin | 2016-04-17 |
| | |||
* | implement median value calculation | Egor Tensin | 2016-04-17 |
| | |||
* | README update | 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. | ||
* | README update | Egor Tensin | 2016-03-09 |
| | |||
* | refactoring | Egor Tensin | 2016-03-08 |
| | |||
* | README update | Egor Tensin | 2015-07-12 |
| | |||
* | initial commit | Egor Tensin | 2015-05-06 |