File tree 3 files changed +2
-11
lines changed
3 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -32,9 +32,6 @@ the data.
32
32
* [ Binary Search Tree] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree )
33
33
* [ AVL Tree] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree )
34
34
* [ Red-Black Tree] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/red-black-tree )
35
- * Suffix Tree
36
- * Segment Tree or Interval Tree
37
- * Binary Indexed Tree or Fenwick Tree
38
35
* [ Graph] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph ) (both directed and undirected)
39
36
* [ Disjoint Set] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set )
40
37
Original file line number Diff line number Diff line change @@ -25,10 +25,7 @@ _Read this in other languages:_
25
25
* [ 树] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree )
26
26
* [ 二分查找] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree )
27
27
* [ AVL 树] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree )
28
- * 红黑树
29
- * 后缀树
30
- * 线段树 或 间隔树
31
- * 二叉索引树
28
+ * [ 红黑树] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/red-black-tree )
32
29
* [ 图] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph ) (有向图与无向图)
33
30
* [ 并查集] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set )
34
31
Original file line number Diff line number Diff line change @@ -24,10 +24,7 @@ _Read this in other languages:_
24
24
* [ Tree 樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree )
25
25
* [ Binary Search Tree 二元搜尋樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree )
26
26
* [ AVL Tree AVL樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree )
27
- * 紅黑樹
28
- * 後綴樹
29
- * 線段樹 或 間隔樹
30
- * 樹狀數組或二叉索引樹
27
+ * [ 紅黑樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/red-black-tree )
31
28
* [ Graph 圖] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph ) (有向跟無向皆包含)
32
29
* [ Disjoint Set 互斥集] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set )
33
30
You can’t perform that action at this time.
0 commit comments