Skip to content

abrazinskas/8-queens-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

8 Queens Problem

Stored codes are java implementation of 8-queens problem's solution using Binary Decision Trees. It is a system which allows to cross out all possibilities which don't lead to a solution of N-queens problem. http://en.wikipedia.org/wiki/Eight_queens_puzzle

This project was developed in IT university of Copenhangen Denmark for Intelligent systems programming.

Preview

Instructions

In order to run -> run main method in ShowBoard class. If you want to define a size of a board, you can do it in ShowBoard.java file.

About

Java implementation of 8-queens problem using Binary Decision Trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors