GitClassic
Feed
Explore
Random
Go Pro
Sign in
TheAlgorithms
/
Python
Code
/
Commits
/ 63180d7
pre-commit autoupdate 2025-09-11 (#12963)
* pre-commit autoupdate 2025-09-11 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Christian Clauss
committed on Sep 12, 2025, 10:56 PM
Showing
16
changed files
+33 additions
-32 deletions
M
.pre-commit-config.yaml
+1
-1
M
data_structures/arrays/sudoku_solver.py
+1
-1
M
data_structures/trie/radix_tree.py
+2
-2
M
graphs/graph_adjacency_list.py
+5
-5
M
graphs/graph_adjacency_matrix.py
+5
-5
M
knapsack/tests/test_greedy_knapsack.py
+7
-5
M
linear_algebra/gaussian_elimination.py
+1
-1
M
linear_algebra/jacobi_iteration_method.py
+2
-2
M
machine_learning/polynomial_regression.py
+1
-1
M
machine_learning/principle_component_analysis.py
+1
-1
M
maths/chinese_remainder_theorem.py
+1
-1
M
maths/modular_division.py
+2
-2
M
neural_network/convolution_neural_network.py
+2
-2
M
project_euler/problem_551/sol1.py
+1
-1
M
pyproject.toml
-1
M
scheduling/multi_level_feedback_queue.py
+1
-1
Browse files at this commit โ