DSA/algorithms/Java/backtracking
Faizan711 911e6a0094
Create NKnights.java
This is a Java Program to find all the possible combinations to place N Knights in an NxN Chessboard such that they all are non-attacking to each other.
2022-08-08 12:46:58 +05:30
..
NKnights.java Create NKnights.java 2022-08-08 12:46:58 +05:30
nqueen.java chore(Java): add N Queen Problem (#570) 2021-10-17 14:34:36 -04:00
target-sum-subsets.java chore(Java): add target-sum-subsets problem (#687) 2022-02-07 10:58:35 -04:00