Skip to content

Interval based Minimization

Oscar Veliz edited this page May 30, 2020 · 9 revisions

Work in progress

Ternary Search video Dichotomous Search video

Code repo link Run online CodingGround

Program is written in Free Pascal which can be installed using the command sudo apt-get install fp-compiler. To compile the program use the command fpc TernDichFibGold.pas and to run type ./TernDichFibGold

Coming Soon

Fibonacci Search and Golden-section Search

Clone this wiki locally