hatchmoment. scored by care · not by stars

-IntelliRoute

Java logistics optimizer using graph algorithms for delivery routing and driver scheduling

IntelliRoute is a console-based logistics decision system that simulates delivery operations across a Pune road network. It uses graph algorithms to check warehouse reachability via BFS, compute shortest paths with Dijkstra, select the best reachable warehouse, and schedule drivers using a PriorityQueue based on availability. Roads can be dynamically blocked and restored without removing them from the graph. Built for logistics companies needing automated delivery planning and students wanting practical DSA applications.

View on GitHub →

Rasika65581/-IntelliRoute