"ツリー"のメニューが"リー"になっていたので訂正した (#301)

This commit is contained in:
rugamaga 2019-03-08 20:01:07 +09:00 committed by Oleksii Trekhleb
parent c672f1ff30
commit c8225d73d8

View File

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