File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ $ pip install py-algorithms
51
51
52
52
^ String algorithms
53
53
- Patttern Matching
54
- - Boye-Moor Find
55
- - Knut-Morris-Prat Find
54
+ - Boyer–Moore string search
55
+ - Knut-Morris-Prat string search
56
56
---
57
57
58
58
^ Primality Tests
@@ -504,7 +504,7 @@ algorithm('foo' + substr + 'bar', substr) # => 3
504
504
505
505
### Primality Test Algorithms
506
506
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 )
508
508
509
509
A primality test is an algorithm for determining whether an input number is prime.
510
510
Among other fields of mathematics, it is used for cryptography.
You can’t perform that action at this time.
0 commit comments