Skip to content

woo-chia-wei/n-queens-problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N Queen Solution Implementation

Try different languages (C# and Python) to solve N-Queens problem with DFS approachs (Recursive or Stack).

About

Solve n x n Queen's problem by backtracking (DFS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published