https://github.com/singpolyma/pktree-haskell
Implementation of PKtrees in Haskell
https://github.com/singpolyma/pktree-haskell
Last synced: about 1 year ago
JSON representation
Implementation of PKtrees in Haskell
- Host: GitHub
- URL: https://github.com/singpolyma/pktree-haskell
- Owner: singpolyma
- License: isc
- Created: 2011-11-11T16:41:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-04-12T21:07:53.000Z (about 14 years ago)
- Last Synced: 2024-05-01T22:10:14.282Z (about 2 years ago)
- Language: Haskell
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
This project aims to implement the great spatial index data structure, the PK tree, in Haskell. The data structure is covered in the following papers, but the code is much easier to read than they are: