˟

Algorithm


Algorithm is a procedure for solving a mathematical problem in a finite number of steps that frequently involves repetition of an operation Meriam-Webster.

The reason that I have chosen this definition for Algorithm is that it was the origin from which the algorithm discussed in Computer Science stem from. It is consise and reminds you of the basic concepts you should think of when trying to solve an algorithmic problem. As a person who struggles with such problems, this definition certainly helps me re-focusing myself whenever I’m stuck. And I hope it will help you as well.

In this category, I will post about algorithms that I find interesting or which has good ideas and creative thinking.

26 Apr, 2021

[Algorithm] 2D Collision Detection

Algorithms to detect collision in 2D games (more)