From 628f2ec3adc04c1588bbfcdd49ca5e93a0f369e2 Mon Sep 17 00:00:00 2001 From: MixtapeXD <46252377+AlecMcCutcheon@users.noreply.github.com> Date: Mon, 23 Nov 2020 21:43:41 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef490d5..861f10a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Var length = 5; Math.pow(charset, length); ``` -and a symbol character set size of 32. +and a symbol character set size of 32. Which = 100,000 * GRC's algorithm is: @@ -40,4 +40,4 @@ function GRC(length) return Math.pow(charset, length - 1) + GRC(length - 1); } ``` -and a symbol character set size of 33. +and a symbol character set size of 33. Which = 111,110