Python/backtracking
Saba Pochkhua a859934105
Hamiltonian Cycle (#1930)
* add skeleton code

* add doctests

* add tests for util function + implement wrapper

* full implementation

* add ability to add starting verex for algorithm

* add static type checking

* add doc tests to validation method

* bug fix: doctests expected failing

* Update hamiltonian_cycle.py

* Update hamiltonian_cycle.py

Co-authored-by: Christian Clauss <cclauss@me.com>
2020-05-02 21:13:56 +02: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
coloring.py Graph coloring (#1921) 2020-04-30 23:23:52 +02:00
hamiltonian_cycle.py Hamiltonian Cycle (#1930) 2020-05-02 21:13:56 +02: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