Skip to content

Commit 67400c7

Browse files
committed
Completed convex hull.
1 parent dc6ca85 commit 67400c7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,9 +1458,10 @@ Some of mine (I already may know answer to but want their opinion or team perspe
14581458
- [x] Finding minimum cost: https://www.youtube.com/watch?v=2ACJ9ewUC6U
14591459
- [x] Finding maximum value: https://www.youtube.com/watch?v=8AA_81xI3ik
14601460

1461-
- [ ] **Geometry, Convex hull**
1462-
- [ ] Geometric Algorithms: Graham & Jarvis - Lecture 10: https://www.youtube.com/watch?v=J5aJEcOr6Eo&index=10&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm
1463-
- [ ] Divide & Conquer: Convex Hull, Median Finding: https://www.youtube.com/watch?v=EzeYI7p9MjU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=2
1461+
- [x] **Geometry, Convex hull**
1462+
- [x] Graph Alg. IV: Intro to geometric algorithms - Lecture 9: https://youtu.be/XIAQRlNkJAw?list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm&t=3164
1463+
- [x] Geometric Algorithms: Graham & Jarvis - Lecture 10: https://www.youtube.com/watch?v=J5aJEcOr6Eo&index=10&list=PLFDnELG9dpVxQCxuD-9BSy2E7BWY3t5Sm
1464+
- [x] Divide & Conquer: Convex Hull, Median Finding: https://www.youtube.com/watch?v=EzeYI7p9MjU&list=PLUl4u3cNGP6317WaSNfmCvGym2ucw3oGp&index=2
14641465

14651466
- [x] Discrete math (see videos below)
14661467

0 commit comments

Comments
 (0)