Skip to content

Commit 6adf769

Browse files
authored
part 1- graph theory
1 parent 0edc7a2 commit 6adf769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unweighted-graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# part 1- graph theory
2-
# make a dictionary of all the nodes(vertices) in the unordered graph
2+
# make a dictionaries of all the nodes(vertices) and their linked nodes in the unordered graph
33
from collections import defaultdict
44

55
graph = defaultdict(list)

0 commit comments

Comments
 (0)