Skip to content

Commit 7282aae

Browse files
committed
Done with disjoint sets data structure.
1 parent 4ebbcc3 commit 7282aae

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,16 +1433,16 @@ Some of mine (I already may know answer to but want their opinion or team perspe
14331433
- [x] Ford-Fulkerson Algorithm: https://www.youtube.com/watch?v=v1VgJmkEJW0
14341434
- [x] Network Flows: https://www.youtube.com/watch?v=2vhN4Ice5jI
14351435

1436-
- [ ] **Disjoint Sets & Union Find**
1437-
- [ ] https://en.wikipedia.org/wiki/Disjoint-set_data_structure
1438-
- [ ] UCB 61B - Disjoint Sets; Sorting & selection: https://www.youtube.com/watch?v=MAEGXTwmUsI&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=21
1439-
- [ ] CS 61B Lecture 31: 5Disjoint Sets: https://www.youtube.com/watch?v=wSPAjGfDl7Q&list=PL4BBB74C7D2A1049C&index=31
1440-
- [ ] https://www.coursera.org/learn/data-structures/lecture/JssSY/overview
1441-
- [ ] https://www.coursera.org/learn/data-structures/lecture/EM5D0/naive-implementations
1442-
- [ ] https://www.coursera.org/learn/data-structures/lecture/Mxu0w/trees
1443-
- [ ] https://www.coursera.org/learn/data-structures/lecture/qb4c2/union-by-rank
1444-
- [ ] https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression
1445-
- [ ] https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional
1436+
- [x] **Disjoint Sets & Union Find**
1437+
- [x] https://en.wikipedia.org/wiki/Disjoint-set_data_structure
1438+
- [x] UCB 61B - Disjoint Sets; Sorting & selection: https://www.youtube.com/watch?v=MAEGXTwmUsI&list=PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd&index=21
1439+
- [x] Coursera (not needed since the above video explains it great):
1440+
- [x] https://www.coursera.org/learn/data-structures/lecture/JssSY/overview
1441+
- [x] https://www.coursera.org/learn/data-structures/lecture/EM5D0/naive-implementations
1442+
- [x] https://www.coursera.org/learn/data-structures/lecture/Mxu0w/trees
1443+
- [x] https://www.coursera.org/learn/data-structures/lecture/qb4c2/union-by-rank
1444+
- [x] https://www.coursera.org/learn/data-structures/lecture/Q9CVI/path-compression
1445+
- [x] https://www.coursera.org/learn/data-structures/lecture/GQQLN/analysis-optional
14461446

14471447
- [x] **Integer Arithmetic, Karatsuba Multiplication:**
14481448
- [x] https://www.youtube.com/watch?v=eCaXlAaN2uE&index=11&list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb

0 commit comments

Comments
 (0)