Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4ff7d07

Browse filesBrowse files
author
Roman Lishtaba
committed
Adding comments to readme file
1 parent 20d200b commit 4ff7d07
Copy full SHA for 4ff7d07

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.