A look into Leidenmayer Systems
  • 18 Oct, 2022

A look into Leidenmayer Systems

A Leidenmayer System or a L-System consists on a set of production rules, an alphabet a string and an initial axiom.

A deep dive into the A* Search Algorithm
  • 15 Oct, 2022

A deep dive into the A* Search Algorithm

Recently I needed to use a algorithm to search a 2-dimensional board of a game to find the best solution. The algorithm I used is A*, let’s see why I chose that and some properties of this that helped me make this important decision.

A look into the Minimax Algorithm
  • 09 Oct, 2022

A look into the Minimax Algorithm

Contextualization Minimax is an algorithm used in AI, decision theory, game theory and so many other fields to minimize the possible loss in a maximum loss scenario.