Skip to content

Shikhar-S/Range-Tree

Repository files navigation

Range-Tree

Pointerless implementation of Range Tree. Works by first sorting using Bitonic Sort. Graph below shows the execution time of CPU(Xeon E5) and GPU(Quadro K620) algorithms. Bitonic Sort Comparison And Then merging the sorted arrays to form Secondary Trees using Merge Path Algorithm. Merge Path vs CPU Merge The graph here shows combined results. Final Result (in all the graphs above- X axis: log(# of points), Y axis:(Milliseconds) )

About

Pointerless implementation of Range Tree.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published