algorithm


Your Search returned 7 results for algorithm

algorithm - A process to solve a problem in a set amount of time

π Digits
Free π Digits Calculator - Calculates PI (π) to a set number of decimal places using the Gauss-Legendre Algorithm.

Affine Cipher
Free Affine Cipher Calculator - Builds the Affine Cipher Translation Algorithm from a string given an a and b value

Euclids Algorithm and Euclids Extended Algorithm
Free 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 Generator
Free Linear Congruential Generator Calculator - Using the linear congruential generator algorithm, this generates a list of random numbers based on your inputs

Phonetic Algorithms
Free 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 Eratosthenes
Free 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 Algorithms
Free 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).