prateek27/launchpad-aug-18-pitampura/blob/master/Lecture-09/nqueen.cpp

in this why we did left[30]={0}

and why 30

  1. left[30]={0}, initialises it to 0 which is required initially.
  2. 30 is taken as a safeguard, you can take 10 as we assumed a 10X10 board.