Python/matrix
pre-commit-ci[bot] 8b39a0fb54
[pre-commit.ci] pre-commit autoupdate (#11154)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.4...v0.1.6)
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)
- [github.com/tox-dev/pyproject-fmt: 1.4.1 → 1.5.1](https://github.com/tox-dev/pyproject-fmt/compare/1.4.1...1.5.1)
- [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.6.1...v1.7.0)

* updating DIRECTORY.md

* Update spiral_print.py

* Update matrix/spiral_print.py

* Update matrix/spiral_print.py

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
2023-11-25 14:53:18 +01:00
..
tests Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
binary_search_matrix.py Create binary_search_matrix.py (#6995) 2022-10-13 22:03:15 +02:00
count_islands_in_matrix.py Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062) 2022-10-13 00:54:20 +02:00
count_negative_numbers_in_sorted_matrix.py Create count negative numbers in matrix algorithm (#8813) 2023-06-10 14:21:49 +02:00
count_paths.py matrix/count_paths.py (#7533) 2022-10-30 18:20:07 +13:00
cramers_rule_2x2.py Raise error not string (#7945) 2022-11-06 15:54:44 +01:00
inverse_of_matrix.py added support for inverse of 3x3 matrix (#7355) 2022-10-26 10:36:40 +02:00
largest_square_area_in_matrix.py pre-commit: Upgrade psf/black for stable style 2023 (#8110) 2023-02-01 18:44:54 +05:30
matrix_class.py Fix ruff errors (#8936) 2023-08-09 13:25:30 +05:30
matrix_multiplication_recursion.py Add matrix_multiplication (#10045) 2023-10-17 11:25:25 +02:00
matrix_operation.py Fix ruff errors (#8936) 2023-08-09 13:25:30 +05:30
max_area_of_island.py [Matrix] Max area of island problem solved DFS algorithm (#6918) 2022-10-18 20:05:18 +02:00
median_matrix.py add median of matrix (#9363) 2023-10-04 19:21:46 +02:00
nth_fibonacci_using_matrix_exponentiation.py Add flake8 pluin flake8 bugbear to pre-commit (#7132) 2022-10-13 18:03:06 +02:00
pascal_triangle.py refactor: Move pascals triange to maths/ (#7932) 2022-11-01 20:25:39 +01:00
rotate_matrix.py Add missing type hints in matrix directory (#6612) 2022-10-04 20:05:56 +02:00
searching_in_sorted_matrix.py Fix ruff errors (#8936) 2023-08-09 13:25:30 +05:30
sherman_morrison.py Ruff pandas vet (#10281) 2023-10-11 14:30:02 -04:00
spiral_print.py [pre-commit.ci] pre-commit autoupdate (#11154) 2023-11-25 14:53:18 +01:00
validate_sudoku_board.py Added tests for validate_sudoku_board.py (#11108) 2023-10-31 01:00:48 +01:00