Skip to content

SparshBohra/Graphs

Repository files navigation

Graphs

Implementation of Graphs and Greedy Algorithms

Singapore Road Map

The map displays information about the distance between different parts of the city of Singapore. It is represented as an Adjacency Matrix. The roads (edges) are assumed to be bi-directional. The program written will determine the shortest route between destinations and their total distance.

The implementation is done in C++ and Java

TO DO: Read the data directly from the excel file

About

Implementation of Graphs and Greedy Algorithms in C++ and Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published