answersLogoWhite

0

The purpose is to find one or more items within a list.

Please clarify if this isn't what you were meaning to ask.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How can you access a list of card accounts associated with a?

You can always search anything inside the Gmail. The search box present at the top serves the purpose. You can type A in the search box and it will show all mails associated with a.


What is the purpose of avail list in linked list?

the purpose of avail list in link list is to use deleted nodes again


What assumption about the list is made when binary search is conducted?

Binary search requires that the list be in search key order.


Where can one find a list of all possible search engines available?

There are several places where someone can find a list of all possible search sites available. Websites such as, the search list, and 20search all list search sites that are available.


Items in search result list is?

a search using the address bar will produce many results,typically a search results list will contain what?


What is the purpose of using the word NOT in a search?

the purpose of the not word is not to know


What is the purpose of using the words not in search?

the purpose of the not word is not to know


What is the purpose of emily's list?

The purpose of Emily's List is to get pro-choice Democratic women elected to office.


Can people search hotel guest list?

guest list


What is the purpose and use of search engines?

The important point here about search results pages is that one main purpose of search engines is to provide searchers with relevant results.


How do you translate 'In search of purpose' into Sanskrit?

In search of purpose translated into Sanskrit would be: अन्तः अन्वेषण भुज् प्रयोजन


Which type of search algorithm checks every element on the list in sequence until a matching data is found?

It's called "Linear Search". If the list is sorted, then it is possible to perform more advanced searches like binary search. If the list isn't sorted, then you can either sort the list first and then binary search or simply use a linear search. Linear search is typically a brute force solution when the data isn't "planned" or if the data is stored in a linked list where random access of the values in the list is slow.