Skip to content

nuiben/pathfinder

Repository files navigation

Python Logistics Pathfinding Application

  • Pathfinder uses a Greedy Algorithm because the routes in question are part of a closed circuit where pathing is never restricted. K-Nearest Neighbors (KNN) would be more optimal but is not necessary for the scope of this particular solution.
  • The csv data is stored in a Hashmap data structure due to it's O(1) access time.
  • Output creates standard reports as deliveries executed by trucks:

About

Logistics Simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages