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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user