Hi guys, I'm wondering why we are solving the time complexity T(n) for every "n" and not for specific n? in other words we are dealing always to solve the problem in algorithmic way for every "n" generally .. why we are not solving it on specific case?! is there any purpose to solve the problem in general way? I'm not algorithmican so I don't know why we actually need to solve any problem for every "n" ! ... any help? thanks!