tanyagupta0201 / LeetCode-Problems-Solutions

55 stars 147 forks source link

#608 N-Queen problem #609

Closed ShawFromAttock closed 1 year ago

ShawFromAttock commented 1 year ago

added a python file to solve N queen problem

tanyagupta0201 commented 1 year ago
  1. Filename is not according to guidelines.
  2. add comments to explain your code.
  3. // is not used for commenting in python. Please keep these things in mind.