Backtracked Solution for solving NQueen problem.
Running it: Requirements: Gradle version 2.4 Java 1.7 JDK/JRE Environment
gradle test run -PN=[N] # Where N is number of queens to be placed on NxN chess board. Since this is backtracking program is limited to 12-14 N, By default N=8.