Skip to content

Commit f5a4c9f

Browse files
committed
change # into ##
1 parent c144189 commit f5a4c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graph/strongly-connected-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ e_maxx_link: strong_connected_components
66

77
# Strongly connected components and the condensation graph
88

9-
# Definitions
9+
## Definitions
1010
Let $G=(V,E)$ be a directed graph with vertices $V$ and edges $E$. We denote with $n=|V|$ the number of vertices and with $m=|E|$ the number of edges in $G$.
1111

1212
A subset of vertices $C \subseteq V$ is called a **strongly connected component** if the following conditions hold:

0 commit comments

Comments
 (0)