Dichotomous Search

preview_player
Показать описание


Chapters
0:00 Intro
0:19 Ternary Recap
0:32 Moving Test Points
0:59 Computing c and d
1:19 A Tale of Halving
1:40 Optimum Seeking Methods
2:17 End Condition
3:04 Dichotomous Search Algorithm
3:50 Numerical Example
4:03 Oscar's Notes
4:36 Thank You

Suggested Viewing:

Reference:

#DichotomousSearch #NumericalAnalysis
Рекомендации по теме
Комментарии
Автор

Probably the best video on YouTube for this topic.

ankurpanthri
Автор

Hi Oscar. I really like the series. Your explanations are very clear and very useful for a visual learner like me. Thanks a lot.
I have a question about the term "linear order". Does that refer to run time complexity? If so, isn't it actually logarithmic as the search space is shrinking down by a factor?

ayhanfuat
Автор

Is this for programming, or is it for math's sake?

tomboymjr