A Simple and Space Efficient Segment Tree Implementation

July 14, 2018 Β· Declared Dead Β· πŸ› MethodsX

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Lei Wang, Xiaodong Wang arXiv ID 1807.05356 Category cs.DS: Data Structures & Algorithms Citations 5 Venue MethodsX Last Checked 4 months ago
Abstract
The segment tree is an extremely versatile data structure. In this paper, a new heap based implementation of segment trees is proposed. In such an implementation of segment tree, the structural information associated with the tree nodes can be removed completely. Some primary computational geometry problems such as stabbing counting queries, measure of union of intervals, and maximum clique size of Intervals are used to demonstrate the efficiency of the new heap based segment tree implementation. Each interval in a set $S=\{I_1 ,I_2 ,\cdots,I_n\}$ of $n$ intervals can be insert into or delete from the heap based segment tree in $O(\log n)$ time. All the primary computational geometry problems can be solved efficiently.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted