queens-problem-svelte Svelte Themes

Queens Problem Svelte

Visualization of the solutions of the n queens problem

Solutions to the n queens problem

https://queens-problem.netlify.app

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.

Related Repository: https://github.com/ScriptRaccoon/queens-problem-python

Top categories

Loading Svelte Themes