Skip to content

fmt-codemonkey/Data-Structure-And-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structure and Algorithm

Solutions to NeetCode 250 in Python, organized by topic with tests for every problem.

Structure

  • neetcode_250/<topic>/ — solution files (<slug>.py)
  • tests/<topic>/ — pytest files matching solution topics

Run Tests

pip install pytest
pytest -q                # run all tests
pytest tests/<topic> -q  # run a single topic

About

Collection of solved data structure and algorithm in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages