You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 6-graphs/GraphNotes.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,7 @@ Connectivity, in Graph Theory, indicates the level of connections between nodes.
25
25
A directed graph is weakly connected when only replacing all of the directed edges with undirected edges can cause it to be connected. So if you have a vertex that has an outbound edge but not an inbound edge, and if you replace that edge with a undirected edge it allows connectivity to that vertex, then that graph was weakly connected.
26
26
27
27
Strongly connected directed graphs have a path from every node to every other node. A to B and B to A.
28
+
29
+
### Quiz
30
+
31
+
Cycles in the provided graph were 3, and it was weakly connected. Odd because I can count 4, so maybe I'm not sure what counts as a cycle?
0 commit comments