Optimizd
With this optimal distance calculator, you can easily find out the distance between two Indian cities.
This lets you know how far you are from the destination.
Get Started
You just need to enter the desired locations and you'll get the shortest or the optimal distance between the two location. This can be used a helpful tool for planning your routes.
So, get started and know how far you are from your destination.
No Result Available!
Please enter the source and destination to get the optimal route and distance between the two locations.
COVID-19 Stats
( For Destination Location in Last 24 Hours )
Most Recent Searches
About The Project
This Optimized Distance Calculator helps to calculate the optimal travel route by road between Indian cities. Dijkstra's single source shortest path algorithm is being used to calculate the optimal route between two cities.
This project was built to demonstrate the use of Data Structures in real life applications. Different Indian cities are cosidered as nodes and path between them are considered as edges. These nodes connect with each other through various edges to form a graph. A doubly linked list is used as to store the recently searched results.
Tech Stacks Used: HTML, CSS, Bootstrap, Javascript, Leaflet.JS