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
-
binary_tree_traversal.py
- Traverse Binary Trees
- Without any order
- Pre order
- In order
- Post order