PyPI project
abinbevchallenge
2 indexed releases ยท newest sdist 1.0.0 with 16 indexed members
Files in 1.0.0 abinbevchallenge-1.0.0.tar.gz
- fuel_efficency/__init__.py
- fuel_efficency/algorithms/__init__.py
- fuel_efficency/algorithms/a_star.py
- fuel_efficency/algorithms/context.py
- fuel_efficency/algorithms/dijkstra.py
- fuel_efficency/algorithms/path_finding.py
- fuel_efficency/entities/__init__.py
- fuel_efficency/entities/down_hill.py
- fuel_efficency/entities/node.py
- fuel_efficency/entities/plateau.py
- fuel_efficency/entities/position.py
- fuel_efficency/entities/up_hill.py
- fuel_efficency/entities/valley.py
- tests/test_algorithms.py
- tests/test_entities.py
- tests/test_entities_raise.py