You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 objec…