Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
356 stars 624 forks source link

n queen problem by backtacking #2044

Open Sidhijain opened 3 years ago

Sidhijain commented 3 years ago

please assign this issue to me @Sidhijain I have also created a pull request #2043 for the same

Sidhijain commented 3 years ago

Please assign this issue to me . I have also made the pr regarding the same