Skip to content

This repository contain a basic implementation of Segment Trees along with its use in various applications in problems related to unions of rectangles. Specifically, the union, perimeter and contour of union of rectangles. The algorithms for these implementations are borrowed from the book "Computational Geometry - An Introduction" by Preparata …

License

Notifications You must be signed in to change notification settings

gopchandani/union_of_rectangles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

union_of_rectangles

This repository contain a basic implementation of Segment Trees along with its use in various applications in problems related to unions of rectangles. Specifically, the union, perimeter and contour of union of rectangles. The algorithms for these implementations are borrowed from the book "Computational Geometry - An Introduction" by Preparata and Shamos.

About

This repository contain a basic implementation of Segment Trees along with its use in various applications in problems related to unions of rectangles. Specifically, the union, perimeter and contour of union of rectangles. The algorithms for these implementations are borrowed from the book "Computational Geometry - An Introduction" by Preparata …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages