Deque
SourceFixedHashMap
SourceMinHeap
,MaxHeap
,PriorityQueue
,heapsort
SourceSimpleGraph
,dijkstra_path
Source
pip install .
pip install .[graph]
- Install
pre-commit
- Install
poetry
Then, inside the repo run:
pre-commit install
poetry install
Run tests:
pytest
View coverage
open htmlcov/index.html
Export requirements
poetry export -f requirements.txt --output requirements.txt --dev