https://github.com/danilobuerger/hskdtree
Objective-C implementation of a k-dimensional binary space partitioning tree
https://github.com/danilobuerger/hskdtree
objective-c
Last synced: 2 months ago
JSON representation
Objective-C implementation of a k-dimensional binary space partitioning tree
- Host: GitHub
- URL: https://github.com/danilobuerger/hskdtree
- Owner: danilobuerger
- License: mit
- Created: 2013-09-19T00:08:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-19T14:06:36.000Z (over 11 years ago)
- Last Synced: 2025-04-02T12:39:48.425Z (3 months ago)
- Topics: objective-c
- Language: Objective-C
- Homepage:
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HSKDTree
========Objective-C implementation of a k-dimensional binary space partitioning tree.