Skip to content

A DataStructures course Project based on implementation of stacks.

Notifications You must be signed in to change notification settings

aniket15b/NQueensChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NQueensChess

A DataStructures course Project based on implementation of stacks. It presents a terminal interface made with ncurses. The objective is to place N-Queens on an NxN chessboard such that they do not attack each other. An undo command undoes the moves made. Requirements: ncurses must be installed. On Ubuntu run,

apt-get install libncurses5-dev

gcc -o -lncurses a main.c

./a

About

A DataStructures course Project based on implementation of stacks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages