Description
The repo consists of solutions to numerous problems using different data structures and algorithms, all coded in Java. It also contains solutions to HackerRank problems which I have solved so far and questions from Cracking the Coding Interview Book (6th Edition).
You can also refer to my Java Notes for a quick refresh on the Java concepts or if you want a break from coding then can read about my interview experiences at various companies. Lastly, feel free to connect with me on Twitter for any queries or concerns. All the best!
Table of Contents
- Basic Practice:
- Arrays
- Backtracking
- Bits
- Blockchain Demo
- Dynamic Programming
- Graphs
- Java 8
- Linked Lists
- Miscellaneous
- Permutations
- Searching
- Sorting
- Stacks
- Strings
- Threads
- Trees
- Cracking the Coding Interview:
- Arrays and Strings
- Linked Lists
- Stacks and Queues
- Trees and Graphs
- Bit Manipulation
- Recursion and DP
- LeetCode.
- HackerRank.