Skip to content

linarkou/KdTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KdTree

My implementation of K-Dimensional Tree. K-d tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space.

Supported operations:

  • Insert - method KdTree.insert(Node)
  • Search - method KdTree.search(Node)
  • Delete - method KdTree.delete(Node)

Tests

Benchmark charts

Used Links

About

Java k-d tree implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages