pratik-choudhari / AlgoCode

Welcome everyone!🌟 Here you can solve problems, build scrappers and much more💻
https://github.com/pratik-choudhari/AlgoCode
MIT License
131 stars 166 forks source link

N queens problem solution in python. #453

Closed ShraxO1 closed 3 years ago

ShraxO1 commented 3 years ago

Description

Solution to N_Queens_Problem in python/

Reference Issue number #444

Type of change

Choosing one or more options from the following as per the nature of your Pull request. NOTE: Check boxes using [x]

Checklist:

pratik-choudhari commented 3 years ago

@ShraxO1 The ss is supposed to be in the N_queens folder itself

ShraxO1 commented 3 years ago

Made the required changes.