mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.28k forks source link

Add ConvexHull Algorithm using Graham Scan #175

Closed arnabuchiha closed 2 years ago

arnabuchiha commented 3 years ago

Is this repo still alive? If yes, Can I implement ConvexHull Algorithm using Graham Scan?

mgechev commented 3 years ago

Sure it is :)

Feel free to open a PR and add some tests. I'd love to have a look.