请输入您要查询的英文单词:

 

单词 Dichotomic search
释义

Dichotomic search

英语百科

Dichotomic search

A graphical representation of the dichotomic search table for Morse code. Shifting to the left represents a Dit (.), and a shift to the right represents a Dah (-).  Where one lands indicates the letter for the code.

In computer science, a dichotomic search is a search algorithm that operates by selecting between two distinct alternatives (dichotomies) at each step. It is a specific type of divide and conquer algorithm. A well-known example is binary search.

Abstractly, a dichotomic search can be viewed as following edges of an implicit binary tree structure until it reaches a leaf (a goal or final state). This creates a theoretical tradeoff between the number of possible states and the running time: given k comparisons, the algorithm can only reach O(2) possible states and/or possible goals.

随便看

 

英汉双解词典包含3607232条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
京ICP备09058993号 更新时间:2025/9/27 17:57:59