Skip to content

Commit

Permalink
fix small modification in README.ja-JP.md (trekhleb#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
m11o authored Jan 27, 2022
1 parent 47d5c8f commit 82680c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.ja-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ _Read this in other languages:_
### Paradigmによるアルゴリズム

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

0 comments on commit 82680c0

Please sign in to comment.