Why writing 100 line of code can be better than just 2 - A Gentle introduction to Time Complexity
Intro
How can you describe your code is better? Time Complexity right!
Time Complexity is a way to describe how your code is faster and efficient.
It’s a fundamental concept in computer science and one of the most asked topic in coding interviews.
...