Skip to content

A sweep line algorithm which finds all the intersection points in a layer of wires.

Notifications You must be signed in to change notification settings

Grishound/Sweep_Line_Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Part of pset3 of MIT OCW 6.006 Fall 2011.

A sweep line algorithm which finds all the intersection points in a layer of wires.

Uses an AVL tree to store the wires currently in contact with the sweep line.

About

A sweep line algorithm which finds all the intersection points in a layer of wires.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages