Skip to content

Commit 852563a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)