Skip to content

AKD92/NQueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NQueen

Solution to the classic n-queen problem.

This code has several dependencies over existing algorithmic libraries, namely

  1. libdictionary - Uses AVL Tree based Dictionary (AvlTree).
  2. liblinkedlist - Uses linked list, stack and queue data structure.

This project uses the following compilers:

  1. TDM-GCC 32-bit Mingw for compiling 32-bit executables.
  2. TDM-GCC 64-bit Mingw-w64 for compiling 64-bit executables.

This project is created in Code-Blocks IDE.

About

Solution to the classic n-queen problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages