Minor README updates.

This commit is contained in:
Oleksii Trekhleb
2018-07-30 14:18:56 +03:00
parent b73aa7fe47
commit 6e897a0a7a
14 changed files with 17 additions and 17 deletions

View File

@@ -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,