Computer Science, asked by dikshitakalita943, 5 hours ago

Write an algorithm to search for given ITEM in a given X[n] using linear search technique.​

Answers

Answered by MRarjun77
1

ANSWER ➡️ Linear search is a very simple search algorithm. In this type of search, a sequential search is made over all items one by one. Every item is checked and if a match is found then that particular item is returned, otherwise the search continues till the end of the data collection

HOPE IT HELPS YOU ❤️

Similar questions