Statements (17)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:algorithm
|
gptkbp:category |
geometric algorithm
|
gptkbp:complexity |
O(n log n)
|
gptkbp:field |
gptkb:geometry
|
gptkbp:firstPublished |
1972
|
https://www.w3.org/2000/01/rdf-schema#label |
Graham scan
|
gptkbp:input |
set of points in the plane
|
gptkbp:namedAfter |
gptkb:Ronald_Graham
|
gptkbp:output |
convex hull of input points
|
gptkbp:relatedTo |
gptkb:Jarvis_march
gptkb:Quickhull Andrew's monotone chain algorithm |
gptkbp:solvedBy |
gptkb:convex_hull_problem
|
gptkbp:uses |
stack data structure
sorting by polar angle |
gptkbp:bfsParent |
gptkb:convex_envelope
|
gptkbp:bfsLayer |
7
|