復習用の問題
While debugging the module, I implemented a binary search to quickly locate the required value in the sorted array.
正解を見る
While debugging the module, I implemented a binary search to quickly locate the required value in the sorted array.
音声機能が動作しない場合はこちらをご確認ください
関連する単語
binary search
名詞
可算名詞
不可算名詞
(computing theory) A search for a value within a sorted array by repeatedly comparing the target value with the middle element; if they are unequal, the half in which the target cannot lie is eliminated and the comparison is repeated on the remaining half.
日本語の意味
整列済みの配列から目的の値を効率的に探し出すアルゴリズム。対象値と中央の要素を比較し、存在し得ない半分を除外して探索を続ける方法。
選択した言語のデータがないため、英語で表示しています。
関連語
例文の編集履歴(0)
項目の編集設定
- 項目の編集権限を持つユーザー - すべてのユーザー
- 項目の新規作成を審査する
- 項目の編集を審査する
- 項目の削除を審査する
- 重複の恐れのある項目名の追加を審査する
- 項目名の変更を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
例文の編集設定
- 例文の編集権限を持つユーザー - すべてのユーザー
- 例文の削除を審査する
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
問題の編集設定
- 問題の編集権限を持つユーザー - すべてのユーザー
- 審査に対する投票権限を持つユーザー - 編集者
- 決定に必要な投票数 - 1
