From c8225d73d8bdfff0382fcf8d8ff7cda1a7a0d34c Mon Sep 17 00:00:00 2001 From: rugamaga <43959381+rugamaga@users.noreply.github.com> Date: Fri, 8 Mar 2019 20:01:07 +0900 Subject: [PATCH] =?UTF-8?q?"=E3=83=84=E3=83=AA=E3=83=BC"=E3=81=AE=E3=83=A1?= =?UTF-8?q?=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=8C"=E3=83=AA=E3=83=BC"?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E3=81=A7=E8=A8=82=E6=AD=A3=E3=81=97=E3=81=9F=20(#301)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ja-JP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.ja-JP.md b/README.ja-JP.md index fa865ca0..b4ed53f7 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -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)