Skip to content

Commit db95ca5

Browse files
vpoulailleaulabuladong
authored andcommitted
typo
1 parent 2789867 commit db95ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interview/Print_PrimeNumbers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int countPrimes(int n)
1616
// Because 2,3,5,7 is prime numbers
1717
```
1818

19-
How would you progrma this function? I think you maybe write like this:
19+
How would you program this function? I think you maybe write like this:
2020

2121
```java
2222
int countPrimes(int n) {
@@ -148,4 +148,4 @@ int countPrimes(int n) {
148148

149149
In parentheses, ther is the inverse of the prime number .The final result is O(N * loglogN),and readers interested in this can refer to the time complexity of the algorithm
150150

151-
That is all about how to find prime Numbers.The seemingly simple problem does has a lot of details to polish
151+
That is all about how to find prime Numbers.The seemingly simple problem does has a lot of details to polish

0 commit comments

Comments
 (0)