algorithm - A process to solve a problem in a set amount of time
π 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
Phonetic AlgorithmsFree Phonetic Algorithms Calculator - Given 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 EratosthenesFree Sieve of Eratosthenes Calculator - Using the Sieve of Eratosthenes algorithm, this will show how many prime numbers are less than a number (n).
String Comparison AlgorithmsFree String Comparison Algorithms Calculator - Given two strings A and B, this calculates the following items:
1) Similar Text Pair Ranking Score
2) Levenshtein (Edit Distance).