We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91684 commit 67e1152Copy full SHA for 67e1152
DIRECTORY.md
@@ -794,6 +794,7 @@
794
* [Cramers Rule 2X2](matrix/cramers_rule_2x2.py)
795
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
796
* [Largest Square Area In Matrix](matrix/largest_square_area_in_matrix.py)
797
+ * [Matrix Based Game](matrix/matrix_based_game.py)
798
* [Matrix Class](matrix/matrix_class.py)
799
* [Matrix Equalization](matrix/matrix_equalization.py)
800
* [Matrix Multiplication Recursion](matrix/matrix_multiplication_recursion.py)
0 commit comments