answersLogoWhite

0

Who is known as the guy with the Algorithm?

Updated: 8/21/2019
User Avatar

Wiki User

9y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Who is known as the guy with the Algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Are Euclid's algorithm and Euclid of Alexandria related?

Yup, same guy!


What kind of algorithm is Saville?

A Saville algorithm is a classified NSA (National Security Agency) Type 1 encryption algorithm. Due to the nature of this algorithm little is known publicly, however some military documentation and personal have stated that it has a 128 bit key.


A set of step-by-step procedures for accomplishing a task is known as a?

algorithm


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.


Who is the inventor of Reverse Delete Algorithm for MST When was this first published?

The Reverse Delete Algorithm for finding the Minimum Spanning Tree was first introduced by Edsger Dijkstra in 1959. He presented this algorithm in his paper titled "A note on two problems in connexion with graphs" which was published in Numerische Mathematik.


Which problems can be solved by algorithmic process?

Strange as it may seem, we don't actually use algorithms to solve problems; an algorithm is the end-product of problem-solving. In short, every problem that has a solution already has an algorithm. Moreover, every problem that is known to have no solution has a proof to demonstrate that fact. But problems that have yet to be solved have no known algorithm or proof -- and that's precisely why they remain unsolved (for now).


How are the expanded algorithm and the standard algorithm different?

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


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 algorithm and what are its characteristics?

An "algorithm" is simply a method to solve a certain problem. For example, when you use the standard method you learned in school to write down two numbers, one beneath the other, then add them, you are using an algorithm - a method that is known to give correct results in this particular case.


What are the difference between greedy algorithm and dynamic programing?

A greedy algorithm is similar to a dynamic programming algorithm, but the difference is that solutions to the subproblems do not have to be known at each stage; instead a "greedy" choice can be made of what looks best for the moment.


What is complsexity of an algorithm?

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