Question: In python, Part 1: Ask the user for this list, what algorithm to use, what element they are looking for (for Sequential and Binary Search
Part 1: Ask the user for this list, what algorithm to use, what element they are looking for (for Sequential and Binary Search only), and if the list is sorted from least to greatest (for Binary Search only) (50 pts) Part 2: Make a module for each of the search algorithms, and another that takes in the inputs to be plugged into the algorithms of choice. (You can make as many modules as you like) (50 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
