Update image size

We can use raw html tags and styles
This commit is contained in:
Pragy Agarwal 2019-10-10 16:22:29 +05:30 committed by GitHub
parent 88f6bd3430
commit 0d31843dcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,8 @@ def pow(n, k):
Why not f(n, k/2) * f(n, k/2+1) in the else condition?
To allow reuse of answers.
![IMG_0034](https://user-images.githubusercontent.com/35702912/66316190-d30e1f00-e934-11e9-8089-85c6dc69baa7.jpg)
<img src="https://user-images.githubusercontent.com/35702912/66316190-d30e1f00-e934-11e9-8089-85c6dc69baa7.jpg" data-canonical-src="https://user-images.githubusercontent.com/35702912/66316190-d30e1f00-e934-11e9-8089-85c6dc69baa7.jpg" width="400" />
_Time Complexity_ (assuming all multiplications are O(1))? $O(\log_2 k)$