Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c672f1f commit c8225d7Copy full SHA for c8225d7
README.ja-JP.md
@@ -36,7 +36,7 @@ _Read this in other languages:_
36
* `B` [ヒープ](src/data-structures/heap) - max and min heap versions
37
* `B` [優先度キュー](src/data-structures/priority-queue)
38
* `A` [トライ](src/data-structures/trie)
39
-* `A` [リー](src/data-structures/tree)
+* `A` [ツリー](src/data-structures/tree)
40
* `A` [バイナリ検索ツリー](src/data-structures/tree/binary-search-tree)
41
* `A` [AVLツリー](src/data-structures/tree/avl-tree)
42
* `A` [赤黒のリー](src/data-structures/tree/red-black-tree)
0 commit comments