Skip to content

The-Lazy-People/N-Queens-Visualiser

Repository files navigation

N-Queens-Visualiser 👁️‍🗨️

😄 Welcome to N-Queens-Visualiser android app!!

Sneak Peak towards our creation:

Markov Visualizer


All about N-Queens-Visualiser

  • The N Queen is the problem of placing N chess queens on an N×N chessboard so that no two queens attack each other.
  • It works on backtracking.
  • When we place a queen in a column, we check for clashes with already placed queens. In the current column, if we find a row for which there is no clash, we mark this row and column as part of the solution. If we do not find such a row due to clashes then we backtrack and return false.
  • This visualiser helps in understanding the algorithm in a very easy way.

TUTORIAL-SHEET DISPLAY 👀

Getting Started 👍

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Things you need to install this mobile aplication->
1. Android Mobile
That's it!

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

You can Download the application using below link-
https://github.com/The-Lazy-People/N-Queens-Visualiser

Built With 💓

  • Android Studio
  • Kotlin

Contributing

All kinds of contribution 😍 are welcomed.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages