N Queens

Given an integer N, arrange N chess queens on an NxN board such that no two queens threaten each other. Usually solved using Backtracking method.