Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 82680c0

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /