Skip to content

Commit 6258f64

Browse files
authored
Added Helpful Note in ThreeDivisors in Maths
1 parent 79da3c7 commit 6258f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ Check out ---> [Sample PR](https://github.com/codedecks-in/LeetCode-Solutions/pu
323323
| 1822 | [Sign Of Product](https://leetcode.com/problems/sign-of-the-product-of-an-array/) | [Java](./Java/SignOf.java) | _O(n)_ | _O(n)_ | Easy | Math | |
324324
| 991 | [Broken Calculator](https://leetcode.com/problems/broken-calculator/) | [Java](./Java/BrokenCalculator.java) | _O(n)_ | _O(n)_ | Medium | Math | |
325325
| 1837 | [Sum of Digits in Base K](https://leetcode.com/problems/sum-of-digits-in-base-k/) | [Python](./Python/baseK.py) | _O(n)_ | _O(1)_ | Easy | Math | |
326-
| 1952 | [Three Divisors](https://leetcode.com/problems/three-divisors/) | [C++](./C++/ThreeDivisors.cpp) | _O(sqrt(n))_ | _O(1)_ | Easy | Math | |
326+
| 1952 | [Three Divisors](https://leetcode.com/problems/three-divisors/) | [C++](./C++/ThreeDivisors.cpp) | _O(sqrt(n))_ | _O(1)_ | Easy | Math | Prime Numbers Property |
327327

328328
<br/>
329329
<div align="right">

0 commit comments

Comments
 (0)