Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 314 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 314 Bytes

nqueens

The solution to exercise from MIT 6.172. The solution uses bit tricks and solves the N Queens problem. The salt of the solution is a smart data-packing and backtracking algorithm. The project objective is teaching bit tricks to colleagues using the fascinate mathematical exercise. Briefly, on practice.