Skip to content

Commit 38b2b97

Browse files
committedDec 17, 2020
Add Hill Cipher.
1 parent 52fbc8a commit 38b2b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ a set of rules that precisely define a sequence of operations.
141141
* **Cryptography**
142142
* `B` [Polynomial Hash](src/algorithms/cryptography/polynomial-hash) - rolling hash function based on polynomial
143143
* `B` [Caesar Cipher](src/algorithms/cryptography/caesar-cipher) - simple substitution cipher
144-
* `B` [Hill Cipher](src/algorithms/cryptography/hill-cipher) - polygraphic substitution cipher
144+
* `B` [Hill Cipher](src/algorithms/cryptography/hill-cipher) - substitution cipher based on linear algebra
145145
* **Machine Learning**
146146
* `B` [NanoNeuron](https://github.com/trekhleb/nano-neuron) - 7 simple JS functions that illustrate how machines can actually learn (forward/backward propagation)
147147
* `B` [k-NN](src/algorithms/ml/knn) - k-nearest neighbors classification algorithm

0 commit comments

Comments
 (0)
Please sign in to comment.