Question: 5.1.1 You are to program TWO linear search implementations in a single python program Use functions to create your algorithms! The first algorithm should be

5.1.1 You are to program TWO linear search implementations in a single python program Use functions to create your algorithms! The first algorithm should be written to handle INTEGER values (linearSearchInt) and the second algorithm should be written to handle STRING values (linearSearchString). These functions should both run from start to end, and take in a parameter that represents the item being searched for. These functions should both return integer values; the index at which the item was found. If the item is not found, it will return -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
