How to find the time complexity and space of non recursive program in Python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

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

4th Sep 2016, 5:10 PM
pr@tik
1 ответ
+ 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