Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

sebastianhaeni/space-partitioning

Repository files navigation

Space Partitioning Data Structures

Build Status

Docs and slides in German about space partitioning data structures.

Keywords:

Kd Tree, BSP Tree, R Tree, Interval Tree, k-nearest neighbor, portal culling, bins

Getting started

  1. Install PrinceXML
  2. npm install

Useful commands

  • serve docs: npm run docs
  • serve slides: npm run slides
  • create pdf: npm run build