We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d5c8f commit 82680c0Copy full SHA for 82680c0
README.ja-JP.md
@@ -151,7 +151,7 @@ _Read this in other languages:_
151
### Paradigmによるアルゴリズム
152
153
アルゴリズムパラダイムは、あるクラスのアルゴリズムの設計の基礎をなす一般的な方法またはアプローチである。それは、アルゴリズムがコンピュータプログラムよりも高い抽象であるのと同様に、アルゴリズムの概念よりも高い抽象である。
154
-* **ブルートフォース** - べての可能性を見て最適なソリューションを選択する
+* **ブルートフォース** - すべての可能性を見て最適なソリューションを選択する
155
* `B` [線形探索](src/algorithms/search/linear-search)
156
* `B` [レインテラス](src/algorithms/uncategorized/rain-terraces) - 雨水問題
157
* `B` [Recursive Staircase](src/algorithms/uncategorized/recursive-staircase) - 先頭に到達する方法の数を数えます
0 commit comments