We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab51eb5 commit 4e27a97Copy full SHA for 4e27a97
README.zh-CN.md
@@ -31,7 +31,7 @@ _Read this in other languages:_
31
* `B` [哈希表](src/data-structures/hash-table/README.zh-CN.md)
32
* `B` [堆](src/data-structures/heap/README.zh-CN.md) - 最大堆 & 最小堆
33
* `B` [优先队列](src/data-structures/priority-queue/README.zh-CN.md)
34
-* `A` [字典树](src/data-structures/trie)
+* `A` [字典树](src/data-structures/trie/README.zh-CN.md)
35
* `A` [树](src/data-structures/tree/README.zh-CN.md)
36
* `A` [二叉查找树](src/data-structures/tree/binary-search-tree)
37
* `A` [AVL 树](src/data-structures/tree/avl-tree)
0 commit comments