File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 " >
You can’t perform that action at this time.
0 commit comments