mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-12-25 22:46:20 +08:00
fix small modification in README.ja-JP.md (#651)
This commit is contained in:
parent
47d5c8f744
commit
82680c03ee
@ -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) - 先頭に到達する方法の数を数えます
|
||||
|
Loading…
Reference in New Issue
Block a user