mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-07-08 18:40:56 +08:00
Update READMEs.
This commit is contained in:
@ -1,7 +1,10 @@
|
|||||||
# Tree
|
# Tree
|
||||||
|
|
||||||
* [Binary Search Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree)
|
* [Binary Search Tree](binary-search-tree)
|
||||||
* [AVL Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree)
|
* [AVL Tree](avl-tree)
|
||||||
|
* [Red-Black Tree](red-black-tree)
|
||||||
|
* [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
|
type (ADT) — or data structure implementing this ADT—that
|
||||||
|
Reference in New Issue
Block a user