Open V2VaibhavVerma opened 1 week ago
đź‘‹ Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
@pankaj-bind Kindly review this algo, assign me this task under labels.
assigned
Raise your PR before 11:30PM otherwise, it will not considered in GSSOC-ext.
Raise your PR 45 minutes left.
I propose adding Chan's Algorithm to the repository for computing the convex hull of a set of points in two-dimensional space. This algorithm utilizes a divide-and-conquer approach combined with the use of dynamic data structures, achieving an expected time complexity of (O(n \log h)), where (n) is the number of input points and (h) is the number of points in the convex hull. This implementation will provide a robust solution for users needing efficient convex hull computation, especially in applications involving computational geometry.
Key Features of Chan's Algorithm:
Proposed Implementation Details:
Labels: new algorithm, gssoc-ext, hacktoberfest, level1
Assignees: Contributor in GSSoC-ext
Want to work on it