Skip to content

VarunS2002/Python-Data-Structures-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Data-Structures-Algorithms

Repository for Data Structures and Algorithms in Python.

These programs can be imported and used as modules in your programs.

Programs:

  1. matrix_operations.py

    • Mathematical operations on matrices
    • Addition
    • Subtraction
    • Multiplication
    • Transpose
  2. stack.py

    • Stack Data Structure
    • Push
    • Pop
    • Top