Skip to content

Commit a950285

Browse files
committedJun 23, 2018
Update READMEs.
1 parent 42c7a15 commit a950285

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎src/data-structures/tree/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Tree
22

3-
* [Binary Search Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree)
4-
* [AVL Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree)
3+
* [Binary Search Tree](binary-search-tree)
4+
* [AVL Tree](avl-tree)
5+
* [Red-Black Tree](red-black-tree)
6+
* [Segment Tree](segment-tree) - with min/max/sum range queries examples
7+
* [Fenwick Tree](fenwick-tree) (Binary Indexed Tree)
58

69
In computer science, a tree is a widely used abstract data
710
type (ADT) — or data structure implementing this ADT—that

0 commit comments

Comments
 (0)
Please sign in to comment.