Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upN queens math #2175
N queens math #2175
Conversation
TravisBuddy
commented
Jul 5, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: dec05400-be57-11ea-b6c3-5fc2c9c22d2c |
|
How is this better than https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py ?
|
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Christian Clauss <[email protected]>
TravisBuddy
commented
Jul 5, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: d95c4fc0-be78-11ea-b6c3-5fc2c9c22d2c |
TravisBuddy
commented
Jul 5, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: 7f03d7e0-be79-11ea-b6c3-5fc2c9c22d2c |
TravisBuddy
commented
Jul 6, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: a5b11690-bfba-11ea-8212-0f9c14daf924 |
TravisBuddy
commented
Jul 6, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: 13acf3c0-bfbc-11ea-8212-0f9c14daf924 |
|
Its not better than https://github.com/TheAlgorithms/Python/blob/master/backtracking/n_queens.py. Its just another solution to the problem of n queens. |
|
Let's add type hints and let's have |
TravisBuddy
commented
Jul 7, 2020
|
Hey @DavidBanda, TravisCI finished with status TravisBuddy Request Identifier: ac9689d0-c08d-11ea-8f0c-c508e01afe59 |
|
Hey, how's it going? I added all the changes you requested except for the one that said to use |


DavidBanda commentedJul 5, 2020
•
edited
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.