Skip to content
/ nqueen Public

Assembly MIPS implementation of a backtracking algorithm to find all N queen problem solution.

Notifications You must be signed in to change notification settings

lipry/nqueen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

N queens problem

This is an Assembly MIPS implementation of a backtracking algorithm to find all N queen problem solution.

It is given a C++ implementation that i used as example for code the .asm version.

This implementation is tested with QTSpim.

About

Assembly MIPS implementation of a backtracking algorithm to find all N queen problem solution.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published