How to find the time complexity and space of non recursive program in Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to find the time complexity and space of non recursive program in Python?

4th Sep 2016, 5:10 PM
pr@tik
1 Answer
+ 1
The same way you would for any other language. Analyze the program! If you don't know how, check out CLRS book.
4th Sep 2016, 6:38 PM
trueneu
trueneu - avatar