Skip to content

Commit 3d34a5e

Browse files
committedJun 2, 2018
Update READMEs.
1 parent 0edb152 commit 3d34a5e

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed
 

‎README.md

-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ the data.
3232
* [Binary Search Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree)
3333
* [AVL Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree)
3434
* [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
3835
* [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) (both directed and undirected)
3936
* [Disjoint Set](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set)
4037

‎README.zh-CN.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ _Read this in other languages:_
2525
* [](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree)
2626
* [二分查找](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree)
2727
* [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)
3229
* [](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) (有向图与无向图)
3330
* [并查集](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set)
3431

‎README.zh-TW.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ _Read this in other languages:_
2424
* [Tree 樹](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree)
2525
* [Binary Search Tree 二元搜尋樹](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree)
2626
* [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)
3128
* [Graph 圖](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) (有向跟無向皆包含)
3229
* [Disjoint Set 互斥集](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set)
3330

0 commit comments

Comments
 (0)
Please sign in to comment.