Skip to content

Multidimentional range-tree with fractional cascading

Notifications You must be signed in to change notification settings

Martoon-00/range-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range-tree


Build Status

Multidimentional range-tree with fractional cascading.

Homework for "Advanced data structures" course.

Implementation

Classical range-tree with fractional cascading :)

Tests

Tests are based on QuickCheck library, which allows us to run our implementation on automatically generated test input samples, and so compare it with naive solution.

We have tests for different number dimensions, with different type of coordinates: Double, Small Int and Bool. Last two help to check case when input contains equal points.

Benchamarks

Becnhmarks are written with help of criterion library. Once taking measurements, it provides html report with histograms.

We have benchmarks for build and find functions, each cover different dimensions and different sizes of input point set.

You can consider scripts in bench folder to launch benchmarks.

About

Multidimentional range-tree with fractional cascading

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published