-
-
Notifications
You must be signed in to change notification settings - Fork 22
Interval based Minimization
Oscar Veliz edited this page May 30, 2020
·
9 revisions
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
Fibonacci Search and Golden-section Search