This repository contains algorithms of solved exercises.
To stay sharp and improve my knowledge about data structures I write algorithms and complete challenges frequently, and I will make this repository open with the solutions to inspire others as well.
- Sock Merchant from Hacker Rank
- Counting Valleys from Hacker Rank
- RepeatedString from Hacker Rank
- Jumping On The Clouds from Hacker Rank
- Diagonal Difference from Hacker Rank
- Stair Case from Hacker Rank
- Plus Minus from Hacker Rank
- Array sorting
- Queue implementation
- Stack implementation
- Two Sum Problem
- Binary Search