Update README.md

This commit is contained in:
MixtapeXD 2020-11-23 21:43:41 -05:00 committed by GitHub
parent 17aa082f57
commit 628f2ec3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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