mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2026-03-13 08:51:02 +08:00
Minor README updates.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Segment Tree
|
||||
|
||||
In computer science, a segment tree also known as a statistic tree
|
||||
In computer science, a **segment tree** also known as a statistic tree
|
||||
is a tree data structure used for storing information about intervals,
|
||||
or segments. It allows querying which of the stored segments contain
|
||||
a given point. It is, in principle, a static structure; that is,
|
||||
|
||||
Reference in New Issue
Block a user