Skip to content

Commit dc23e85

Browse files
djeadaCopilot
andauthored
Update notes/brain_teasers.md
Co-authored-by: Copilot <[email protected]>
1 parent 297bd56 commit dc23e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/brain_teasers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ V. *Minimum Spanning Trees (MST)*:
154154

155155
VI. *Network Flow Algorithms*:
156156

157-
* In capacity networks, iterating augmenting paths with the *FordFulkerson method* increases flow until none remain, whereas treating edges independently leaves throughput unused; for example, pushing more water through a pipe system.
157+
* In capacity networks, iterating augmenting paths with the *Ford-Fulkerson method* increases flow until none remain, whereas treating edges independently leaves throughput unused; for example, pushing more water through a pipe system.
158158
* To control search effort, adopting *Edmonds–Karp* chooses shortest augmenting paths by BFS, whereas arbitrary choices may require many iterations; for example, allocating bandwidth across shared links.
159159

160160
VII. *Other Important Concepts*:

0 commit comments

Comments
 (0)