What is an Algorithm?
What is an Algorithm?
Qualities of a Good Algorithm
Algorithm Examples
Algorithm 1: Add two numbers entered by the user
Algorithm 2: Find the largest number among three numbers
Algorithm 3: Find Roots of a Quadratic Equation ax2 + bx + c = 0
Algorithm 4: Find the factorial of a number
Algorithm 5: Check whether a number is prime or not
Algorithm 6: Find the Fibonacci series till the term less than 1000
Last updated