Fortune's algorithm

GPTKB entity

Statements (20)
Predicate Object
gptkbp:instanceOf gptkb:algorithm
gptkbp:alternativeTo incremental construction algorithms
gptkbp:application gptkb:geographic_information_systems
computer graphics
robotics
spatial analysis
gptkbp:complexity O(n log n)
gptkbp:field gptkb:geometry
https://www.w3.org/2000/01/rdf-schema#label Fortune's algorithm
gptkbp:input set of points in the plane
gptkbp:introduced gptkb:Steven_Fortune
1986
gptkbp:output gptkb:Voronoi_diagram
gptkbp:solvedBy Voronoi diagram construction
gptkbp:spaceComplexity O(n)
gptkbp:type sweep line algorithm
gptkbp:uses priority queue
beach line data structure
gptkbp:bfsParent gptkb:Voronoi_diagrams
gptkbp:bfsLayer 6