What is linear search?
What will be an ideal response?
Linear search finds a particular value in a list by checking elements sequentially and one at a time until the searched-for value is found.
Business
What will be an ideal response?
Linear search finds a particular value in a list by checking elements sequentially and one at a time until the searched-for value is found.