dragonslayerx / Competitive-Programming-Repository

Competitive Programming templates that I used during the past few years.
MIT License
437 stars 153 forks source link

Added C++ program to find Convex hull of a set of points #9

Closed Malvikabhalla99 closed 6 years ago

Malvikabhalla99 commented 6 years ago

A c++ program was added in the src folder for finding the convex hull of a set of points

dragonslayerx commented 6 years ago

Thanks for contributing !