Skip to content

wanpdsantos/python_data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Data structures with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages