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?
2 Answers
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.