Python/matrix
McDic 9492e7af7c Created Sherman Morrison method (#1162)
* Created Sherman Morrison

* Added docstring for class

* Updated Sherman morrison

1. Added docstring tests
2. Tweaked __str__() using join
3. Added __repr__()
4. Changed index validation to be independent method

* Applied cclauss's point

1. Reduced line length for __str__()
2. Removed parens for assert
2019-09-03 09:02:53 +02:00
..
tests Add error & test checks for matrix_operations.py (#925) 2019-07-20 05:06:29 +02:00
matrix_operation.py Add error & test checks for matrix_operations.py (#925) 2019-07-20 05:06:29 +02:00
nth_fibonacci_using_matrix_exponentiation.py Simplify code by dropping support for legacy Python (#1143) 2019-08-19 15:37:49 +02:00
rotate_matrix.py rotate_matrix.py: Add type hints for return values (#1023) 2019-07-23 00:07:09 +02:00
searching_in_sorted_matrix.py Create Searching in sorted matrix (#738) 2019-03-20 23:59:35 +08:00
sherman_morrison.py Created Sherman Morrison method (#1162) 2019-09-03 09:02:53 +02:00
spiral_print.py Updated README 2019-07-06 11:11:20 +05:30