Skip to content

[FEATURE] Implement Jarvis algorithm to compute convex hull #1026

@rishabh-997

Description

@rishabh-997

Detailed Description

Given a set of points in the plane. the convex hull of the set is the smallest convex polygon that contains all the points of it.
Jarvis Algorithm Wiki

Context

Jarvis March algorithm is used to detect the corner points of a convex hull from a given set of data points.

Possible Implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions