Skip to content

Commit c8225d7

Browse files
rugamagatrekhleb
authored andcommittedMar 8, 2019
"ツリー"のメニューが"リー"になっていたので訂正した (trekhleb#301)
1 parent c672f1f commit c8225d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.ja-JP.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _Read this in other languages:_
3636
* `B` [ヒープ](src/data-structures/heap) - max and min heap versions
3737
* `B` [優先度キュー](src/data-structures/priority-queue)
3838
* `A` [トライ](src/data-structures/trie)
39-
* `A` [リー](src/data-structures/tree)
39+
* `A` [ツリー](src/data-structures/tree)
4040
* `A` [バイナリ検索ツリー](src/data-structures/tree/binary-search-tree)
4141
* `A` [AVLツリー](src/data-structures/tree/avl-tree)
4242
* `A` [赤黒のリー](src/data-structures/tree/red-black-tree)

0 commit comments

Comments
 (0)
Please sign in to comment.