maksudc / GrahamScan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrahamScan

Graham Scan is an algorithm to find convex hull in a set of points.

This codebase is an implementation of the Graham Scan.

The <b>input.txt</b> file contains sample input format. Output will be rendered in console and <b>output.txt</b> file.

About

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%