Python/backtracking
matkosoric 7f04e5cd34
contribution guidelines checks (#1787)
* spelling corrections

* review

* improved documentation, removed redundant variables, added testing

* added type hint

* camel case to snake case

* spelling fix

* review

* python --> Python # it is a brand name, not a snake

* explicit cast to int

* spaces in int list

* "!= None" to "is not None"

* Update comb_sort.py

* various spelling corrections in documentation & several variables naming conventions fix

* + char in file name

* import dependency - bug fix

Co-authored-by: John Law <johnlaw.po@gmail.com>
2020-03-04 13:40:28 +01:00
..
all_combinations.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
all_permutations.py Fix indentation contains tabs (flake8 E101,W191) (#1573) 2019-11-15 23:05:00 -08:00
all_subsequences.py Fix indentation contains tabs (flake8 E101,W191) (#1573) 2019-11-15 23:05:00 -08:00
minimax.py psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
n_queens.py contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
sudoku.py Simplify sudoku.is_completed() using builtin all() (#1608) 2019-12-08 22:42:17 +01:00
sum_of_subsets.py Fix indentation contains tabs (flake8 E101,W191) (#1573) 2019-11-15 23:05:00 -08:00