From 34522c8087fcdc23967e3ee0f317816b590f6ce1 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 17 Apr 2018 08:35:52 +0300 Subject: [PATCH] Add Fisher-Yates. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6c74d91f..3751d89c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ * [Euclidean Algorithm](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/euclidean-algorithm) - calculate the greatest common divisor (GCD) * [Fisher–Yates Shuffle](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/fisher-yates) - random permutation of a finite sequence * Collatz Conjecture algorithm - * Extended Euclidean algorithm * Greatest Difference * Least Common Multiple * Newton's square