Day 16 of July LeetCode Challenge
1 min readJul 16, 2020
--
Implement pow(x, n), which calculates x raised to the power n (xn).
If there are more possible approaches, please comment.
--
Implement pow(x, n), which calculates x raised to the power n (xn).
If there are more possible approaches, please comment.