Although reading the theory behind algorithms helps, you will gain the most if you combine it with working on your practical skills. Solving many easy exercises will build up your reflexes. Algorithmic thinking, just like movement in sports, requires you to master certain shortcuts for acting faster. The only difference is that they happen at a higher level of…
Author Archive for Catalin Perticas

A Swift Introduction to Algorithms – Part 2
In part 1 we took a general look at algorithms, what they are and how you can compare and measure them. In this article we are going to start exploring the wonderful world of algorithms based on what problems they solve. What kind of algorithms are there? Algorithms come in different flavours and are the result of extensive…

A Swift Introduction to Algorithms – Part 1
Welcome to your journey throughout the vast world of algorithms! Whether you are still wondering what an algorithm is or hoping to deepen your knowledge about them, in this article will help you dive swiftly into the subject, carve out some valuable thinking patterns through various exercises and hammer a few hard problems using the power of algorithms. What…