A comprehensive collection of Data Structures and Algorithms implementations.
- Stack
- Queue
- Linked Lists (Singly, Doubly)
- Trees
- Sorting Algorithms
- Insertion Sort
- Selection Sort
- Bubble Sort
Navigate to the folder where you saved the files using cd:
cd path/to/your/folder
Run each script using Python:
python example.py
This repository serves as both a learning resource and reference implementation for common data structures and algorithms used in computer science and software development.