Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 698 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 698 Bytes

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) )