How to draw dry run test result tables for linear and binary search algorithms? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to draw dry run test result tables for linear and binary search algorithms?

I have an array of 10 elements and as below arr = [1,22,34,56,76,87,90,98,99,100] and i have to write linear search and binary search algorithms and want to dry run those two algos and draw a test result table. How can i do that?

12th Apr 2020, 12:03 PM
Dan Samarawicky
Dan Samarawicky - avatar
1 Answer
0
Thanks for the answer ❤️.. but I knew the theory behind those algorithms, what i wanted is to dry run them and make a test case table using the steps. I found out how ans it was very easy , if anyone else need to know how. Just let me know I'll post it.
17th Apr 2020, 8:18 PM
Dan Samarawicky
Dan Samarawicky - avatar