This repository represents my solutions to algorithmic tasks. All tasks are in Php/Python and trying to achieve best optimal performance, at best possible big O time and space complexity.
We welcome contributions! 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!