Your Search returned 6 results for algorithmalgorithm - A process to solve a problem in a set amount of time
π DigitsCalculates PI (π) to a set number of decimal places using the Gauss-Legendre Algorithm.
Affine CipherBuilds the Affine Cipher Translation Algorithm from a string given an a and b value
Euclids Algorithm and Euclids Extended AlgorithmGiven 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 GeneratorUsing the linear congruential generator algorithm, this generates a list of random numbers based on your inputs
Phonetic AlgorithmsGiven a name, this calculator translates a name to one of the following 3 phonetic algorithms:
* Soundex
* Metaphone
* New York State Identification and Intelligence System (NYSIIS)
Sieve of EratosthenesUsing the Sieve of Eratosthenes algorithm, this will show how many prime numbers are less than a number (n).