Skip to content

Commit 7076005

Browse files
authored
Create README.md
1 parent 4d2e4b8 commit 7076005

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Graphs
2+
Implementation of Graphs and Greedy Algorithms
3+
4+
<img width="714" alt="Singapore Road Map" src="https://user-images.githubusercontent.com/53478586/111901973-011bec00-8a61-11eb-8970-f4af28412994.png">
5+
6+
The map displays information about the distance between different parts of the city of Singapore.
7+
It is represented as an Adjacency Matrix. The roads (edges) are assumed to be bi-directional.
8+
The program written will determine the shortest route between destinations and their total distance.
9+
10+
The implementation is done in C++ and Java.

0 commit comments

Comments
 (0)