Question: Python 3.0 code and comments please. Please run your program for a list of 1024, 4096 and 102400 integers. Part of the assignment is to

Python 3.0 code and comments please.

Please run your program for a list of 1024, 4096 and 102400 integers. Part of the assignment is to generate the lists with the appropriate number, that is, don't create a sorted list to run a sort algorithm (use random).

Search Benchmarks

Design an application that has an array of at least 20 integers. It should call a module that uses the sequential search algorithm to locate one of the values.

The module should keep count of the number of comparisons it makes until it fingds the value. THen the program should call another module that uses the binary search algorithm to locate the same value. It should also keep a count of the number of comparisons it makes. Display these value on the screen.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!