This project is my humble attempt to display how beautiful and elegant algorithms can be.
-
Updated
May 30, 2024 - TypeScript
A maze is a type of puzzle involving a collection of paths, usually where a player has to find a route from start to finish.
A huge variety of algorithms exist for generating and solving mazes. These are not only fun to implement, but also are a good way to familiarise yourself with programming techniques, algorithms, and languages.
This project is my humble attempt to display how beautiful and elegant algorithms can be.
Utilities to generate, render and hack with any sort of mazes.
This website is a playground for testing algorithms and simulations for use by students who need simulated data matching real world data. The simulations are real life physical phenomina which allow students to collect data in a more real world sense (i.e. error is usually inherent!) than what many simulations provide. This site also is a playgr…