List of all the things I need to do to improve this repo !
- Problem 2
- Problem 9
- Problem 10
- Problem 12
- ...
- Problem 11
- ...
- Problem 30
- ...
- Problem 17
- Problem 31
- ...
- generate requirements.txt
- generate environments.ylm
- Adding awards to README.md
- Adding milestones to README.md
- Adding benchmark to README.md
- Moving helpers functions used in multiple problems to util
- Moving helpers function used in a single problem outside of class (Bad design from me!)
- Adding sub-parser to change the parameters of the problems to enable generalization of my functions !
- Setting the size of cmd window to either a fix value or depending of what problem.print_problem() will print
- Adding a function to generate a benchmark of my solutions (time_taken...)
- Formatting of statement and detailed_message not good enough yet
- How to handle picture of Problem #0084
- Implement UI using tkinter or other library... but honestly how this project works in cmd seems plenty enough to me and would more be another challenge :-)
- Structured the repo !
- Added the first 10 problems !
- Adding pictures to cmd (for example to print the picture in Problem 15's statement)
- Created and moved consts to util.const
- Adding an automatic tester for when I try to change an existing solution
- Better print of statements by first translating LateX then html
- Adding and formatting the ~100 problems I've solved !