Discussion Forum on time complexity, self referential structure (Week 2)

Week 2

Week 2

by Muhammad Nur-A-Alam -
Number of replies: 0

Time complexity is the computational complexity that describes the amount of time it takes to run an algorithm. Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm.It can be applied to almost any algorithm or function but is more useful for recursive functions.