Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 507 Bytes

README_BST_geom.md

File metadata and controls

20 lines (17 loc) · 507 Bytes

Geometric Applications of BSTs

Code

  • 1d Range Search
    Get 1d range count using size function:
    • BinarySearchST.py
    • BST.py
    • RedBlackBST.py
  • Line Segment Intersection using line-sweep
  • Kd-Trees
  • Interval Search Trees
  • Rectangle Intersection

Table of Contents for Examples

  1. Run Example

Examples

  1. Run Example