answersLogoWhite

0


Best Answer

An algorithm is the soul of a computer program. A code without an algorithm is like a missile without a radar. Like a body without a soul

cheers

olga lednichenko

User Avatar

Wiki User

9y ago

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
SteveSteve
Knowledge is a journey, you know? We'll get there.
Chat with Steve

Add your answer:

Earn +20 pts
Q: Why algorithm is use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the best search algorithm to use for a sorted array?

The best search algorithm to use for a sorted array is the binary search algorithm.


List down the names of any three parameters on which you analyze an algorithm?

what is algorithm and its use there and analyze an algorithm


Is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm?

Encryption


An algorithm to find whether a directed graph is connected or not?

You can use a The Depth-First Search algorithm.


What is the use of an algorithm to scramble data into a format that can be read only by reversing the algorithm?

Encryption


How do you use the word algorithm in a sentence?

Algorithm is a kind of programming very used on computer science,


How do you use lempel ziv algorithm?

how to use lempel_ziv encoding ?


How are the expanded algorithm and the standard algorithm alike?

The expanded algorithm makes use of the partial products to fully explain place value in multiplication. The standard algorithm which is most commonly used is considered superior and less confusing.


How do you search a particular element from the vector?

To search a particular element from the vector, use the find() algorithm. If the vector is sorted, you can use the binary_search() algorithm to improve efficiency. Both algorithms can be found in the <algorithm> header in the C++ standard library.


When is minimum mean square error algorithm used?

This type of algorithm is commonly used in n dimensional clustering applications. This mean is commonly the simplest to use and a typical algorithm employing the minimum square error algorithm can be found in McQueen 1967.


Is there an algorithm that will automatically solve a Rubik's cube?

Such an algorithm is called a 'God algorithm', from the fact that it would only be known by god/the gods. Although many have tried to find it, none have so far discovered it (assuming it exists). To solve a cube by algorithm, you need to know the appropriate algorithm to apply and when in the stages of solving; different sets can use large numbers of algorithm.


Can you provide an example of a second chance page replacement algorithm in operating systems?

An example of a second chance page replacement algorithm in operating systems is the Clock algorithm. This algorithm works by using a circular list of pages and a "use" bit for each page. When a page needs to be replaced, the algorithm checks the "use" bit of each page in the list. If the bit is set, indicating the page has been recently used, the algorithm clears the bit and moves to the next page. This process continues until a page with a cleared "use" bit is found, which is then replaced.