Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 852563a

Browse files
committed
Data Structures/Graph
1 parent 14bab1b commit 852563a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Data Structures/Graph/Graph.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
class Graph {
32
constructor () {
43
this.adjacencyMap = {}
@@ -42,3 +41,4 @@ const example = () => {
4241
g.addEdge(1, 3)
4342
g.printGraph()
4443
}
44+
example()

0 commit comments

Comments
 (0)