A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
-
Updated
Dec 6, 2017 - C++
A Repository to store implementation of some of the famous Data Structures and Algorithms (mainly in C/C++/Java/Python) for everyone to learn and contribute.
A cab company software used to track and monitor cab bookings developed using C++, C graphics, graph data structure and Dijkstra's algorithm.
It is based on the A* algorithm. The user enters his current location and the destination and the program will print the shortest path. The program has an unordered map data structure which contains nodes. The place name, longitude and latitude present in the program are of Karachi, Pakistan.
🚗 Approach and visualization of the Multi-Depot Vehicle Routing Problem
DS codes in C++
Implementation of Dijkstra's algorithm to build routing tables for nodes in a network.
Add a description, image, and links to the shortest-path-routing-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the shortest-path-routing-algorithm topic, visit your repo's landing page and select "manage topics."