➜ ~

Playing Hacks and Stuffs!


Project maintained by h4ckyou Hosted on GitHub Pages — Theme by mattgraham

Pow(x, n)

image

We can easily solve this using python builtins pow() function

But I’ll implement binary search

Here’s my solve script: link image