Queens problem visualization

2023

  • Algorithms
  • Svelte
  • TypeScript
screenshot of the application

This is a visualization of the solutions of the n queens problem, made with Svelte. The solutions are created "on demand" with a generator function, since for large values of n the creation of all solutions would take too long.

There is also an edit feature which allows you to solve the problem on your own.