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
| 050 |[Pow(x, n)](https://leetcode.com/problems/powx-n/)|[Python](./Python/50.Powxn.py)|_O(n)_|_O(1)_| Medium | Math ||
235
-
| 050 |[Pow(x, n)](https://leetcode.com/problems/powx-n/)|[JavaScript](./JavaScript/50.Powxn.js)|_O(n)_|_O(1)_| Medium | Math ||
234
+
| 050 |[Pow(x, n)](https://leetcode.com/problems/powx-n/)|[Python](./Python/50.Powxn.py) <br> [JavaScript](./JavaScript/50.Powxn.js)|_O(n)_|_O(1)_| Medium | Math ||
236
235
| 204 |[Count Primes](https://leetcode.com/problems/count-primes)|[C++](./C++/Count-Primes.cpp)|_O(n(log(logn)))_|_O(n)_| Easy | Math ||
0 commit comments