Skip to content

Commit a3f1bd0

Browse files
committed
Update README.md for matrix_operations.py
1 parent 0bc9a4c commit a3f1bd0

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
# Python-Data-Structures-Algorithms
2-
Repository for Data Structures and Algorithms in Python
2+
3+
Repository for Data Structures and Algorithms in Python.
4+
5+
These programs can be imported and used as modules in your programs.
6+
7+
#### Programs:
8+
9+
1. matrix_operations.py
10+
- Mathematical operations on matrices
11+
- Addition
12+
- Subtraction
13+
- Multiplication
14+
- Transpose

0 commit comments

Comments
 (0)