mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-23 21:11:08 +00:00
7b7b3dd086
* added recursive dfs backtracking for count paths with doctests * fixed doc testing * added type hints * redefined r as row, c as col * fixed naming conventions, ran mypy, only tests that didn't pass were using List[], rathan list() * added another doctest, as well as a explanation above * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update matrix/count_paths.py Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com> * Update matrix/count_paths.py Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply suggestions from code review Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com> Co-authored-by: J <jasondevers@wireless-10-105-49-243.umd.edu> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris O <46587501+ChrisO345@users.noreply.github.com> Co-authored-by: Caeden Perelli-Harris <caedenperelliharris@gmail.com> |
||
---|---|---|
.. | ||
tests | ||
__init__.py | ||
binary_search_matrix.py | ||
count_islands_in_matrix.py | ||
count_paths.py | ||
cramers_rule_2x2.py | ||
inverse_of_matrix.py | ||
largest_square_area_in_matrix.py | ||
matrix_class.py | ||
matrix_operation.py | ||
max_area_of_island.py | ||
nth_fibonacci_using_matrix_exponentiation.py | ||
rotate_matrix.py | ||
searching_in_sorted_matrix.py | ||
sherman_morrison.py | ||
spiral_print.py |