This repository contains all the Data Structure and Algorithms that I have worked on. Programming language used is Python, which is an high level object oriented programming language.
Data Structures
- Arrays
- Linked Lists
- Stacks
- Queues
- Heaps
- Dictionary/HashMaps
- Binary Trees
- Binary Search Trees
- Graphs
Algorithms
- Brute Force
- Greedy
- Recursion
- Divide and Conquer
- Dynamic Programming