A numerical solver for the one dimensional viscous Burgers equation with periodic boundary conditions. 1D_BURGERS_SOLVER/ ├── docs/ # Documentation │ ├── exact_solutions.md │ ├── plots.md │ ├── solver ...
This Christmas I was gifted the Aztec Labrinth puzzle by Woodster. Inspired by day 12 of Advent of Code 2025 and my Analysis of Algorithms class, I decided to make a backtracking solver for this ...