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:_
2323* [ Trie 字典樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/trie )
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 )
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 )
2727 * [ 紅黑樹] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/red-black-tree )
2828* [ Graph 圖] ( https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph ) (有向跟無向皆包含)
2929* [ 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