Skip to content

Commit 2015931

Browse files
committed
Move nQueens bitwise version to the same folder with nQueens algorithm.
1 parent 18ba3a4 commit 2015931

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

Diff for: src/algorithms/uncategorized/n-queens-bitwise/README.md

-9
This file was deleted.

Diff for: src/algorithms/uncategorized/n-queens/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ and return false.
7171
- [GeeksForGeeks](https://www.geeksforgeeks.org/backtracking-set-3-n-queen-problem/)
7272
- [On YouTube by Abdul Bari](https://www.youtube.com/watch?v=xFv_Hl4B83A&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
7373
- [On YouTube by Tushar Roy](https://www.youtube.com/watch?v=xouin83ebxE&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
74+
- Bitwise Solution
75+
- [Wikipedia](https://en.wikipedia.org/wiki/Eight_queens_puzzle)
76+
- [GREG TROWBRIDGE](http://gregtrowbridge.com/a-bitwise-solution-to-the-n-queens-problem-in-javascript/)
77+
- [Backtracking Algorithms in MCPL using Bit Patterns and Recursion](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.51.7113&rep=rep1&type=pdf)

0 commit comments

Comments
 (0)