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

@@ -6,7 +6,7 @@
* [Segment Tree](segment-tree) - with min/max/sum range queries examples
* [Fenwick Tree](fenwick-tree) (Binary Indexed Tree)
In computer science, a tree is a widely used abstract data
In computer science, a **tree** is a widely used abstract data
type (ADT) — or data structure implementing this ADT—that
simulates a hierarchical tree structure, with a root value
and subtrees of children with a parent node, represented as