Some basic doubts in Algorithms and complexity..
Hi all,
I've quite an interest in Algorithms. It's a recent interest and I've started reading stuff about it. Some doubts.. Please help.
1) What's meant by time complexity and space complexity? Explain in lay man terms.
2) What do you mean when you tell a particular program is order(n) or order(n^2) etc?? How to find the order of a given program?
3) How to find if a given program's order can be reduced or not?
Thanks!! 😀