Skip to content

Commit cc26b93

Browse files
authored
Grammar change and "Block " to "Jump" (trekhleb#780)
* Grammar change and "Block " to "Jump" ジャンプ is jump in katakana * Update README.ja-JP.md * Update README.ja-JP.md
1 parent 6d81951 commit cc26b93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.ja-JP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
各アルゴリズムとデータ構造には独自のREADMEがあります。
10-
関連する説明と、さらに読むためのリンク (関連YouTubeのビデオ)も含まれています。
10+
関連する説明、そして参考資料 (YouTube動画)も含まれています。
1111

1212
_Read this in other languages:_
1313
[_English_](https://github.com/trekhleb/javascript-algorithms/),
@@ -100,7 +100,7 @@ _Read this in other languages:_
100100
* `A` [正規表現マッチング](src/algorithms/string/regular-expression-matching)
101101
* **検索**
102102
* `B` [リニアサーチ](src/algorithms/search/linear-search)
103-
* `B` [ジャンプ検索](src/algorithms/search/jump-search) (or Block Search) - ソートされた配列で検索
103+
* `B` [ジャンプ検索](src/algorithms/search/jump-search) (Jump Search) - ソートされた配列で検索
104104
* `B` [バイナリ検索](src/algorithms/search/binary-search) - ソートされた配列で検索
105105
* `B` [補間探索](src/algorithms/search/interpolation-search) - 一様分布のソート配列で検索する
106106
* **並べ替え**

0 commit comments

Comments
 (0)