This repository is dedicated to practice algorithms, data structures, coding challenges.
Algorithms
- Searching -
Binary
,Linear
- Sorting -
Insertion
,Merge
,Quick
- Pattern Searching -
Brute-Force
,Boyer-Moore
- Shuffle -
Fisher-Yates
- Searching -
Data Structures
- Tree -
BST
- Lists -
Stack
,Queue
,HashTable
,LinkedList
- Graph -
AdjacencyMatrix
,AdjacencyList
- Tree -
Problems
- Easy -
TwoSum
- Easy -