Is there any kind of function which is used in python to calculate the time complexity of another function?
Asked
Active
Viewed 226 times
1 Answers
1
Time complexity, like any other nontrivial property of programs, is undecidable: there can be no algorithm to compute it, in Python or anything else.
David Richerby
- 82,470
- 26
- 145
- 239