2024-07-3119:36 Status:Incomplete
Linear search = look for x value from left to right (if first is not desired value, then move to next value) If value is not found, return 1 or any number that isnât 0
Search
2024-07-3119:36 Status:Incomplete
Linear search = look for x value from left to right (if first is not desired value, then move to next value) If value is not found, return 1 or any number that isnât 0