Repository for Data Structures and Algorithms in Python.
These programs can be imported and used as modules in your programs.
-
matrix_operations.py
- Mathematical operations on matrices
- Addition
- Subtraction
- Multiplication
- Transpose
-
stack.py
- Stack Data Structure
- Push
- Pop
- Top