The idea of this repository is to have a long live habit, that will consist of studying and doing DS & Algorithm exercises
The idea is to made the majority of things in Python to enhance my current python skills.
To lint the new changes use pylint like this:
$ pylint <folder|FileName>
To run the tests just execute the next command:
$ python -m unittest <FileName>
Released under MIT.
- You can freely modify and reuse.
- The original license must be included with copies of this software.
- Please link back to this repo if you use a significant portion of the source code.