Skip to content

wreppun/n-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-Queens

Goals:

  1. implement the algorithm from wikipedia
  2. implement a DFS algorithm for NxN using Lists
  3. add in flipped + rotated checks

Did not:

  • implement a basic DFS algorithm for NxN, maybe using pairs
  • implement a faster DFS algorithm using arrays

Possible optimizations:

  1. Use arrays instead of lists

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages