Skip to content

A demonstration of the R-Tree data structure. Currently it can only support adding points and deletion is not allowed. A quadratic split strategy has been adopted to split an overflow node.

kabanlake/kabanlake.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

r-tree

A demonstration of the R-Tree data structure. Currently it can only support adding points and deletion is not allowed. A quadratic split strategy has been adopted to split an overflow node.

convex hull

A demonstration of the convex hull of a set of points.

About

A demonstration of the R-Tree data structure. Currently it can only support adding points and deletion is not allowed. A quadratic split strategy has been adopted to split an overflow node.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages