TAP
March 2018
TAP stands for "Tópicos Avanzados de Programación" (advanced programming topics) and it consists on an educational app that showcases the workings of common sorting, search and recursion algorithms.
Tecnologías utilizadas
It started out as a school project but now it has the objective of encourge algorithm knowledge. The app demonstrates the concept of recursion with Hanoi Towers and backtracking with the N Queens game.