Skip to content

Commit 82680c0

Browse files
authoredJan 27, 2022
fix small modification in README.ja-JP.md (trekhleb#651)
1 parent 47d5c8f commit 82680c0

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
@@ -151,7 +151,7 @@ _Read this in other languages:_
151151
### Paradigmによるアルゴリズム
152152

153153
アルゴリズムパラダイムは、あるクラスのアルゴリズムの設計の基礎をなす一般的な方法またはアプローチである。それは、アルゴリズムがコンピュータプログラムよりも高い抽象であるのと同様に、アルゴリズムの概念よりも高い抽象である。
154-
* **ブルートフォース** - べての可能性を見て最適なソリューションを選択する
154+
* **ブルートフォース** - すべての可能性を見て最適なソリューションを選択する
155155
* `B` [線形探索](src/algorithms/search/linear-search)
156156
* `B` [レインテラス](src/algorithms/uncategorized/rain-terraces) - 雨水問題
157157
* `B` [Recursive Staircase](src/algorithms/uncategorized/recursive-staircase) - 先頭に到達する方法の数を数えます

0 commit comments

Comments
 (0)
Please sign in to comment.