A repository of animations and simulations developed using processing.
- Maze generator and solver – Maze generation using backtracking algorithm together with depth first search solver.
- Triangulation – Minimum weight polygon triangulation problem with dynamic programming techniques.
- Flies - Genetic algorithm implemented to find path between two points, avoiding obstacles.