answersLogoWhite

0

What is searching in an algorithm?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

seraching of algorithm is finding an item with specified properties among a collection of items. The items may be stored individually as records in a database; or may be elements of a search space defined by a mathematical formula or procedure, such as the roots of an equation with integer variables; or a combination of the two, such as the Hamiltonian circuits of a graph

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is searching in an algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which are the searching algorithm always compare the middle element with the searching elements in the given array?

binary search system


What is linear searching?

The linear search algorithm is a special case of the brute force search.


Write flowchart searching algorithm?

flow chart to swap two number


What are the characteristics of a good algorithm?

Every algorithm should have the following five characteristics: 1. Input 2. Output 3. Definiteness 4. Effectiveness 5. Termination


If you have been given a task to do some project and to do the basic operations like searching and sorting there are many algorithms which algorithm you will select in which circumstances and why?

Selection of algorithm depnds on the programmer. So, this is not a question whose answer is same, if given by many people. Searching and Sorting can be done by various ways, this is true but the idea of using the method varies from programmer to programmer


How a student can download a trial in the IBM official site?

Just put a query in the google you will find a number of results/ Since the searching algorithm of google is very fast


What algorithm uses a loop to step through each element of an array starting with the first element searching for a value?

What you're describing is called a sequential search or linear search.


How are the expanded algorithm and the standard algorithm different?

They are different because standard algorithm is more common then the expanded algorithm


What are the type of searching algorithm?

They are:1) Uninformed search2) List search3) Tree search4) Graph search5) SQL search6) Tradeoff Based search7) Informed search8) Adversarial search


What is algorithm to write algorithm to the program to access a pointer variable in structure?

Here is the algorithm of the algorithm to write an algorithm to access a pointer in a variable. Algorithmically.name_of_the_structure dot name_of_the _field,eg:mystruct.pointerfield


Which algorithm is more efficient lamport bakery algorithm or black and white bakery algorithm?

Black and White bakery algorithm is more efficient.


What is complsexity of an algorithm?

Complexity of an algorithm is a measure of how long an algorithm would take to complete given