https://github.com/nickrobison/tdtree
Java implementation of TD-Tree index scheme
https://github.com/nickrobison/tdtree
Last synced: 5 months ago
JSON representation
Java implementation of TD-Tree index scheme
- Host: GitHub
- URL: https://github.com/nickrobison/tdtree
- Owner: nickrobison
- License: mit
- Created: 2020-04-19T00:14:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T11:04:23.000Z (over 3 years ago)
- Last Synced: 2024-10-19T05:22:35.597Z (almost 2 years ago)
- Language: Java
- Size: 134 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDTree
[
[](https://sonarcloud.io/summary/new_code?id=com.nickrobison%3Atdtree)
Java implementation of TD-Tree index scheme, described by Stantic et. al in a recent [paper](https://link.springer.com/chapter/10.1007/978-3-642-15576-5_53).