File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
各アルゴリズムとデータ構造には独自のREADMEがあります。
10
- 関連する説明と、さらに読むためのリンク (関連YouTubeのビデオ )も含まれています。
10
+ 関連する説明、そして参考資料 (YouTube動画 )も含まれています。
11
11
12
12
_ Read this in other languages:_
13
13
[ _ English_ ] ( https://github.com/trekhleb/javascript-algorithms/ ) ,
@@ -100,7 +100,7 @@ _Read this in other languages:_
100
100
* ` A ` [ 正規表現マッチング] ( src/algorithms/string/regular-expression-matching )
101
101
* ** 検索**
102
102
* ` 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) - ソートされた配列で検索
104
104
* ` B ` [ バイナリ検索] ( src/algorithms/search/binary-search ) - ソートされた配列で検索
105
105
* ` B ` [ 補間探索] ( src/algorithms/search/interpolation-search ) - 一様分布のソート配列で検索する
106
106
* ** 並べ替え**
You can’t perform that action at this time.
0 commit comments