Skip to content
#

graham-scan

Here are 24 public repositories matching this topic...

Convex Hull is the Smallest Convex Polygon that Encompasses a Given Set of Points in a Plane. Graham Scan is an Algorithm Used to Find the Convex Hull of a Set of Points Efficiently. It Works by First Selecting the Point with the Lowest y-coordinate, then Sorting the Remaining Points by Their Polar Angle Relative to this Reference Point

  • Updated Nov 11, 2025
  • Rust

Improve this page

Add a description, image, and links to the graham-scan topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graham-scan topic, visit your repo's landing page and select "manage topics."

Learn more