How algorithms work?

193 views

How algorithms work?

In: Technology

Anonymous 0 Comments

An algorithm is just a series of steps that produce some kind of solution to a mathematical or computer problem. You might have an algorithm to sort a list of words into alphabetical order or find the greatest common divisor of two numbers. How they work depends on what the algorithm is doing.