Python/backtracking
Muhammad Umer Farooq 37cae3f561
Updated test cases of power_sum.py ()
* Updated test cases of power_sum.py

* updated

* updated.

* remove extra comment and used ** instead of pow

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update backtracking/power_sum.py

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Tianyi Zheng <tianyizheng02@gmail.com>
2023-10-14 04:31:43 -04:00
..
__init__.py Add __init__.py files in all the directories () 2020-09-28 19:42:36 +02:00
all_combinations.py Pyupgrade to Python 3.9 () 2021-09-07 13:37:03 +02:00
all_permutations.py Pyupgrade to Python 3.9 () 2021-09-07 13:37:03 +02:00
all_subsequences.py Pyupgrade to Python 3.9 () 2021-09-07 13:37:03 +02:00
coloring.py Fix comments in backtracking/coloring.py () 2021-10-01 23:48:47 +02:00
combination_sum.py Upgrade to Python 3.12 () 2023-10-03 14:47:10 +05:30
hamiltonian_cycle.py [pre-commit.ci] pre-commit autoupdate () 2023-08-29 15:18:10 +02:00
knight_tour.py Add more ruff rules () 2023-05-26 09:34:17 +02:00
match_word_pattern.py Match a pattern and String using backtracking () 2023-10-06 11:45:10 +13:00
minimax.py Pyupgrade to Python 3.9 () 2021-09-07 13:37:03 +02:00
n_queens_math.py Make some ruff fixes () 2023-03-01 17:23:33 +01:00
n_queens.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions () 2022-10-13 00:54:20 +02:00
power_sum.py Updated test cases of power_sum.py () 2023-10-14 04:31:43 -04:00
rat_in_maze.py UPDATED rat_in_maze.py () 2023-10-04 20:43:17 +02:00
README.md Add README files 1/7 () 2021-11-04 18:49:36 +08:00
sudoku.py [pre-commit.ci] pre-commit autoupdate () 2023-08-29 15:18:10 +02:00
sum_of_subsets.py Make some ruff fixes () 2023-03-01 17:23:33 +01:00
word_search.py backtracking -> word_search - replacing the example in doctest () 2023-10-10 00:16:02 -04:00