Skip to content

Commit 4ff7d07

Browse files
author
Roman Lishtaba
committed
Adding comments to readme file
1 parent 20d200b commit 4ff7d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ $ pip install py-algorithms
5151

5252
^ String algorithms
5353
- Patttern Matching
54-
- Boye-Moor Find
55-
- Knut-Morris-Prat Find
54+
- Boyer–Moore string search
55+
- Knut-Morris-Prat string search
5656
---
5757

5858
^ Primality Tests
@@ -504,7 +504,7 @@ algorithm('foo' + substr + 'bar', substr) # => 3
504504

505505
### Primality Test Algorithms
506506

507-
[primes](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Gaussian_integer_lattice.svg/389px-Gaussian_integer_lattice.svg.png)
507+
![primes](https://upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Gaussian_integer_lattice.svg/389px-Gaussian_integer_lattice.svg.png)
508508

509509
A primality test is an algorithm for determining whether an input number is prime.
510510
Among other fields of mathematics, it is used for cryptography.

0 commit comments

Comments
 (0)