An introduction It is almost useless to write a program if it doesn't give you the result in time (Almost 🤔?? Lets face it.. Sometimes there is no choice but to use a bad algorithm till we get a good one 🤓 ). Hence, algorithm performance has huge importance in programming. We have to continuously … Continue reading Big O notation for algorithm analysis; What, why and how.