You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|374|[Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/GuessNumberHigherorLower.java)| O(logn)|O(1) | Easy| Binary Search
44
+
|372|[Super Pow](https://leetcode.com/problems/super-pow/)|[Solution](../../master/leetcode-algorithms/src/main/java/com/stevesun/solutions/SuperPow.java)| O(n)|O(1) | Medium| Math
0 commit comments