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.