Published onAugust 6, 2021Behind The Algorithm #3 - ⏱ Running Time & Time ComplexityalgorithmAs the proverb says: “There are many ways to go to Rome”. Different algorithms solving the same problem could be dramatically different in terms of their efficiency. How do we compare them?
Published onAugust 5, 2021Behind The Algorithm #2 - What is an Algorithm?algorithmAfter understanding about why we should learn to write good algorithms and now what? what exactly is an algorithm?
Published onAugust 4, 2021Behind The Algorithm #1 - Why do we need to be "Good" in writing Algorithms?algorithmseriesThe computer hardware performance has been growing so fast, even to execute our crappy algorithm. So, why do we need to learn to write a good one?