Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 991 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 991 Bytes

Backtracking-Visualizer

Backtracking visualizer is a visualization tool for some backtracking standard problems, which helps to understand backtracking technique in general and how to use it to solve these problems in particular.

So far the visualizer includes 4 problems:

  • Sudoku Generator.
  • Sudoku Solver.
  • N Queens.
  • Knight's Tour.

The visualizer has some options such as:

  • Control visualization speed.
  • Manually change between steps.
  • Describe each step in the solution.
Backtracking-Visualizer.mp4

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.