0
Find random number number using binary search and linear search and get time execution time for each individually
what is the execution time in nano second for only linear search and binary search?? (individually).
5 odpowiedzi
0
Yes.. "HOMEWORK"..
not official..
0
thank you.
will you check my code?
- 1
Homework alert !
- 1
Question is too generic. You ll find documentation on these algorithm with google. Regarding the nanoseconds if these is no function for this just run the test 1000 times : the microseconds time will give you the average nanosseconds !