AP Computer Science Principles
Sequential search, also known as linear search, is a simple searching algorithm that checks each element in a list one by one until the desired element is found or the end of the list is reached.
congrats on reading the definition of Sequential Search. now let's actually learn it.