- This repository contains algorithms and programs that I worked out for my Data Structure course at college in 2022.
- All programs are written in C++ and compiled using GCC (
g++
) in Linux.
- Bubble sort
- Insertion sort
- Efficient sort
- Binary Search (Iterative)
- Binary Search (Recursive)
- Sequential Search (Iterative)
- Sequential Search (Recursive)
- Stack
- Queue
- Singly Linked List
- Hash Search
- Linked List - Queue
- Linked List - Stack
- Infix to Postfix Conversion
- Doubly Linked List
- Circular Doubly Linked List
- Binary SubTree
- Breadth First Traversal
- Depth First Traversal
- Minimum Weight Spanning Tree