#945 Backtracking Algorithms (#953) · UnixJunkie/all-algorithms-python@831558d · GitHub
Skip to content

Commit 831558d

Browse files
Hetal KuvadiaAnupKumarPanwar
authored andcommitted
TheAlgorithms#945 Backtracking Algorithms (TheAlgorithms#953)
* Adding nqueens.py for backtracking * Adding sum_of_subsets.py for backtracking * Update nqueens.py * Rename nqueens.py to n_queens.py * Deleting /other/n_queens.py
1 parent afb98e6 commit 831558d

3 files changed

Lines changed: 129 additions & 77 deletions

File tree

backtracking/n_queens.py

Lines changed: 84 additions & 0 deletions

backtracking/sum_of_subsets.py

Lines changed: 45 additions & 0 deletions

other/n_queens.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)