Learn to solve N-Queen Problem using Bitsets + Backtracking. Algorithm analysis by Prateek Bhayia from Coding Blocks.
Thanks to CP3 Book by Steven and Felix Halim for this elegant solution.
Code now available at - http://cb.lk/9queen
You can find the code and more tutorials at -
http://codingblocks.com/resources/
Download
0 formats
No download links available.
N-Queen using Backtracking & Bitsets : Just 6 Lines of Code ! | NatokHD