edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
98 stars 54 forks source link

n_queens.py added under backtracking_algorithms issure #56 #62

Closed charlie219 closed 3 years ago

charlie219 commented 3 years ago

global variables removed as requested @Abhijit2505

Abhijit2505 commented 3 years ago

global variables removed as requested @Abhijit2505

There is already a minor change requested above.

charlie219 commented 3 years ago

@Abhijit2505, please review the code and tell me if I m missing something