mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
"ツリー"のメニューが"リー"になっていたので訂正した (#301)
This commit is contained in:
parent
c672f1ff30
commit
c8225d73d8
@ -36,7 +36,7 @@ _Read this in other languages:_
|
|||||||
* `B` [ヒープ](src/data-structures/heap) - max and min heap versions
|
* `B` [ヒープ](src/data-structures/heap) - max and min heap versions
|
||||||
* `B` [優先度キュー](src/data-structures/priority-queue)
|
* `B` [優先度キュー](src/data-structures/priority-queue)
|
||||||
* `A` [トライ](src/data-structures/trie)
|
* `A` [トライ](src/data-structures/trie)
|
||||||
* `A` [リー](src/data-structures/tree)
|
* `A` [ツリー](src/data-structures/tree)
|
||||||
* `A` [バイナリ検索ツリー](src/data-structures/tree/binary-search-tree)
|
* `A` [バイナリ検索ツリー](src/data-structures/tree/binary-search-tree)
|
||||||
* `A` [AVLツリー](src/data-structures/tree/avl-tree)
|
* `A` [AVLツリー](src/data-structures/tree/avl-tree)
|
||||||
* `A` [赤黒のリー](src/data-structures/tree/red-black-tree)
|
* `A` [赤黒のリー](src/data-structures/tree/red-black-tree)
|
||||||
|
Loading…
Reference in New Issue
Block a user