Python/backtracking
Du Yuanchao b81fcef66b
Fixed linked list bug (#2481)
* * fixed __getitem__() function
* add test

* * updated doctests
* updated __setitem__() func

* fixup! Format Python code with psf/black push

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-09-25 18:08:57 +02:00
..
all_combinations.py pyupgrade --py37-plus **/*.py (#1654) 2020-01-03 22:25:36 +08:00
all_permutations.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
all_subsequences.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
coloring.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
hamiltonian_cycle.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
knight_tour.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
minimax.py Fixed linked list bug (#2481) 2020-09-25 18:08:57 +02:00
n_queens_math.py from __future__ import annotations (#2464) 2020-09-23 13:30:13 +02:00
n_queens.py Set the Python file maximum line length to 88 characters (#2122) 2020-06-16 10:09:19 +02:00
rat_in_maze.py Docstrings and formatting improvements (#2418) 2020-09-14 14:40:27 +02:00
sudoku.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00
sum_of_subsets.py Optimized recursive_bubble_sort (#2410) 2020-09-10 10:31:26 +02:00