😄 Welcome to N-Queens-Visualiser android app!!
- 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.
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.
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!
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
- Android Studio
- Kotlin
All kinds of contribution 😍 are welcomed.