提交 db95ca5b 编写于 作者: V Vincent Poulailleau 提交者: labuladong

typo

上级 27898671
......@@ -16,7 +16,7 @@ int countPrimes(int n)
// Because 2,3,5,7 is prime numbers
```
How would you progrma this function? I think you maybe write like this:
How would you program this function? I think you maybe write like this:
```java
int countPrimes(int n) {
......@@ -148,4 +148,4 @@ int countPrimes(int n) {
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
That is all about how to find prime Numbers.The seemingly simple problem does has a lot of details to polish
\ No newline at end of file
That is all about how to find prime Numbers.The seemingly simple problem does has a lot of details to polish
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册