Skip to content

Commit 4e50ac6

Browse files
Fix typo in sparse.jl (#31)
indicent -> incident
1 parent 96d8dd2 commit 4e50ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lectures/sparse.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ qa(md"How is the subgraph induced by a pair of colors ?", md"""
553553
It does not contain cycles so it is a union of disjoint trees or in other words a forest.
554554
555555
The concept of tree generalizes the concept of stars. Indeed, a star is a tree and, when rooted at the center of the star, the depth of the tree is 1.
556-
Since the depth is one, every edge is indicent to a leaf so no substitutions are needed. With acyclic coloring, the edges incident to a leaf will be obtained directly but the edges that are not incident to any tree leaves will need the entries corresponding to the edges deeper in their tree to be determined first.
556+
Since the depth is one, every edge is incident to a leaf so no substitutions are needed. With acyclic coloring, the edges incident to a leaf will be obtained directly but the edges that are not incident to any tree leaves will need the entries corresponding to the edges deeper in their tree to be determined first.
557557
""")
558558

559559
# ╔═╡ e721600c-1887-4e99-b474-a427b665e591

0 commit comments

Comments
 (0)