Skip to content

Solution and Visualizer for N-Queen Problem solved using Backtracking.

Notifications You must be signed in to change notification settings

The-SP/N-Queen-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

N-Queen Visualizer

Visualization of N-Queens problem using React made as a part of Data Structure and Algorithm course for B.E.(Computer) Second Year Second Part.

  • The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.

  • This algorithm is designed using dfs, recursion and backtracking.

Installation

To run this app locally, clone this repo and install the dependencies.

git clone https://github.com/The-SP/N-Queen-Visualizer.git
cd N-Queen-Visualizer
npm install

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Learn More

This project was bootstrapped with Create React App.

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

Solution and Visualizer for N-Queen Problem solved using Backtracking.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published