master
Fix ruff (#11527)
Add __init__.py files in all the directories (#2503)
Create binary_search_matrix.py (#6995)
Add pep8-naming to pre-commit hooks and fixes incorrect naming conventions (#7062)
Create count negative numbers in matrix algorithm (#8813)
matrix/count_paths.py (#7533)
Enable ruff PLR5501 rule (#11332)
added support for inverse of 3x3 matrix (#7355)
Enable ruff RUF002 rule (#11377)
[pre-commit.ci] pre-commit autoupdate -- ruff 2025 stable format (#12521)
Fix ruff errors (#8936)
adding a matrix equalization algorithm (#11360)
[pre-commit.ci] pre-commit autoupdate (#11322)
[Matrix] Max area of island problem solved DFS algorithm (#6918)
add median of matrix (#9363)
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
refactor: Move pascals triange to maths/ (#7932)
Add missing type hints in `matrix` directory (#6612)
Fix some SIM114 per file ignores (#11395)
Added tests for validate_sudoku_board.py (#11108)