This allows you to create a trivia game tailored to you. Choose your options and see how sharp your trivia skills are!
Very simple sudoku solving algorithm. It uses a backtracking method, which essentially starts from 1, goes through the puzzle until there are no more valid numbers, and then works backwards, increasing each spot until the puzzle is solved. Due to the ridiculous amount of different permutations possible with a sudoku puzzle, algorithms are usually pretty inefficient.
A page that allows you to explore a graphical representation of the mandelbrot set. The mandelbrot set is an example of a fractal, a shape that contains incredibly complex and mesmerizingly beautiful recursive patterns that go on and on at smaller and smaller scales.
Copyright Madison Funderburk, 2024