recursive algorithm
5 results
recursive algorithm - an algorithm which calls itself with smaller (or simpler) input values, and which obtains the result for the current input by applying simple operations to the returned value for the smaller (or simpler) input.
π DigitsFree π Digits Calculator - Calculates PI (π) to a set number of decimal places using the Gauss-Legendre Algorithm.
Affine CipherFree Affine Cipher Calculator - Builds the Affine Cipher Translation Algorithm from a string given an a and b value
Euclids Algorithm and Euclids Extended AlgorithmFree Euclids Algorithm and Euclids Extended Algorithm Calculator - Given 2 numbers a and b, this calculates the following
1) The Greatest Common Divisor (GCD) using Euclids Algorithm
2) x and y in Bézouts Identity ax + by = d using Euclids Extended Algorithm
Extended Euclidean Algorithm
Linear Congruential GeneratorFree Linear Congruential Generator Calculator - Using the linear congruential generator algorithm, this generates a list of random numbers based on your inputs
Sieve of EratosthenesFree Sieve of Eratosthenes Calculator - Using the Sieve of Eratosthenes algorithm, this will show how many prime numbers are less than a number (n).