answersLogoWhite

0

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

10y ago

What else can I help you with?

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.


How do you use the word algorithm in a sentence?

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


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 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.

Trending Questions
What problems did the wright brothers have their invention? What are possible reasons why only approximately one third of practicing engineers are registered professionals? How do you soften concrete? What are the type of pre commissioning testings done before commissioning a electrical substation of voltage rating 110 kilovolt? What is the largest Roman aqueduct in the world? Where would the world be without steel? How much fuel does a large diesel cargo ship burn at cruising speed with a full load of container and what would that cruising speed be? Can you give you examples of short declamation speech? Can downloading HTML files from unknown websites be harmful to my computer? What does Neccessity is the Mother of invention mean? How you can find PN if you know PQ and QN? In a 100KHz four-stage frequency divider if the CLEAR input to stage two is LOW what will be the fourthstage output frequency In a 100KHz four-stage frequency divider if the CLEAR input to stage two i? What is the worlds worst elevator accident? What three factors affect how much electrical resistance an object has? Who succeeded recaredo sarmiento as pnp chief? What are the components of a diagram? When would you choose to implement distributed databases rather than local databases? What following is an automated support system that maintains the planning programming budgeting and program execution phases of the training process? Program to check that given string is palindrome or not in C? Spring Tutorial Step by Step with Code Examples?