More about segment tree origin
This commit is contained in:
parent
4ab2897545
commit
636f7c4795
|
@ -744,9 +744,10 @@ takes $O(1)$ time using bit operations.
|
||||||
|
|
||||||
\index{segment tree}
|
\index{segment tree}
|
||||||
|
|
||||||
A \key{segment tree}\footnote{The origin of this structure is unknown.
|
A \key{segment tree}\footnote{Quite similar structures were used
|
||||||
|
in the late 1970's to solve geometric problems \cite{ben80}.
|
||||||
The bottom-up-implementation in this chapter corresponds to
|
The bottom-up-implementation in this chapter corresponds to
|
||||||
the implementation in \cite{sta06}.} is a data structure
|
that in \cite{sta06}.} is a data structure
|
||||||
that supports two operations:
|
that supports two operations:
|
||||||
processing a range query and
|
processing a range query and
|
||||||
modifying an element in the array.
|
modifying an element in the array.
|
||||||
|
|
Loading…
Reference in New Issue