This repository contains the solutions for some common data structure problems written in Python.
- Clone this repo
- Create a new Python 3.10+ virtual environment
- Install the requirements.txt file on the created virtual environment
- Run the
pytestcommand to run all the tests
If you want to contribute and include more solutions, make sure to send the pull request with the description of the problem, and a brief explanation on how your code solves it. Also make sure to have the tests for the solution as well.