mirror of
https://github.com/dholerobin/Lecture_Notes.git
synced 2025-07-01 13:06:29 +00:00
Update image size
We can use raw html tags and styles
This commit is contained in:
parent
88f6bd3430
commit
0d31843dcf
@ -50,7 +50,8 @@ def pow(n, k):
|
|||||||
|
|
||||||
Why not f(n, k/2) * f(n, k/2+1) in the else condition?
|
Why not f(n, k/2) * f(n, k/2+1) in the else condition?
|
||||||
To allow reuse of answers.
|
To allow reuse of answers.
|
||||||

|
|
||||||
|
<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)$
|
_Time Complexity_ (assuming all multiplications are O(1))? $O(\log_2 k)$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user