Python/project_euler/problem_01
Mehdi ALAOUI 02c0daf9e5 Adding unit tests for sorting functions, and improving readability on some sorting algorithms (#784)
* Adding variable to fade out ambiguity

* More readability on merge sorting algorithm

* Updating merge_sort_fastest description and explaining why

* Adding tests file with imports

* Standardazing filenames and function names

* Adding test cases and test functions

* Adding test loop

* Putting 'user oriented code' inside main condition for having valid imports

* Fixing condition

* Updating tests: adding cases and todo list

* Refactoring first euler problem's first solution
2019-05-25 21:41:24 +08:00
..
sol1.py Adding unit tests for sorting functions, and improving readability on some sorting algorithms (#784) 2019-05-25 21:41:24 +08:00
sol2.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol3.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol4.py snake_case all the things 2018-10-19 17:14:25 -05:00
sol5.py Project Euler problem 1 pyhtonic solution (#628) 2018-12-05 21:25:46 +08:00