Skip to content

Commit 4ebbcc3

Browse files
committed
Maximum flow.
1 parent 6a8b84c commit 4ebbcc3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,6 +1154,8 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
11541154

11551155
- [ ] Series of 2-3 minutes short subject videos (23 videos)
11561156
- https://www.youtube.com/watch?v=r4r1DZcx1cM&list=PLmVb1OknmNJuC5POdcDv5oCS7_OUkDgpj&index=22
1157+
- [ ] Series of 2-5 minutes short subject videos - Michael Sambol (18 videos):
1158+
- https://www.youtube.com/channel/UCzDJwLWoYCUQowF_nG3m5OQ
11571159

11581160
#### Sorts:
11591161

@@ -1426,10 +1428,10 @@ Some of mine (I already may know answer to but want their opinion or team perspe
14261428
- [x] Randomization: Skip Lists: https://www.youtube.com/watch?v=2g9OSRKJuzM&index=10&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp
14271429
- [x] For animations and a little more detail: https://en.wikipedia.org/wiki/Skip_list
14281430

1429-
- [ ] **Network Flows**
1430-
- [ ] Network Flows: https://www.youtube.com/watch?v=i0q-Irlf4y4&index=5&list=PL2B4EEwhKD-NbwZ4ezj7gyc_3yNrojKM9
1431-
- [ ] Augmenting Path Algorithms: https://www.youtube.com/watch?v=7QPI3kBIKv4&index=6&list=PL2B4EEwhKD-NbwZ4ezj7gyc_3yNrojKM9
1432-
- [ ] Network Flow Algorithms: https://www.youtube.com/watch?v=5PR0ExrHO-Q&list=PL2B4EEwhKD-NbwZ4ezj7gyc_3yNrojKM9&index=7
1431+
- [x] **Network Flows**
1432+
- [x] Ford-Fulkerson in 5 minutes: https://www.youtube.com/watch?v=v1VgJmkEJW0
1433+
- [x] Ford-Fulkerson Algorithm: https://www.youtube.com/watch?v=v1VgJmkEJW0
1434+
- [x] Network Flows: https://www.youtube.com/watch?v=2vhN4Ice5jI
14331435

14341436
- [ ] **Disjoint Sets & Union Find**
14351437
- [ ] https://en.wikipedia.org/wiki/Disjoint-set_data_structure

0 commit comments

Comments
 (0)