The AlgorithmProject.pynb file contains both convex hull as well as line intersection algorithms and problem a and b file contain graph algorithms
- Graham Scan Algorithm
- Jarvis March or Gift Wrapping Algorithm
- Bruteforce Algorithm
- Quick Hull
- My own researched and Implemented Algorithm
- CCW
- Cramers Method
- Vector Product
- Havel Hakimi
- Dijkstra Algorithm
- Kruskal Algorithm
- Max Flow Algorithm