Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 594 Bytes

File metadata and controls

14 lines (9 loc) · 594 Bytes

Data structures with Python

This repository contains the solutions for some common data structure problems written in Python.

How to run

  1. Clone this repo
  2. Create a new Python 3.10+ virtual environment
  3. Install the requirements.txt file on the created virtual environment
  4. Run the pytest command to run all the tests

How to contribute

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.