This repository represents my solutions to algorithmic tasks. All tasks are in Python and trying to implement as simple as I can
Coming soon
We welcome contributions! please feel free follow these steps:
- Fork this repository
- Make your changes
- Install the requirements
- Submit a pull request after running
make check
(ensure it does not error!)
Please give us adequate time to review your submission. Thanks!