File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ _Read this in other languages:_
23
23
* [ Trie 字典樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/trie )
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
- * [ AVL Tree AVL樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree )
26
+ * [ AVL Tree AVL樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/avl-tree )
27
27
* [ 紅黑樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/red-black-tree )
28
28
* [ Graph 圖] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph ) (有向跟無向皆包含)
29
29
* [ Disjoint Set 互斥集] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/disjoint-set )
You can’t perform that action at this time.
0 commit comments