This is easy and efficient implementation of DataStructure and Algorithm concepts, problems and examples in java. I have covered all topic in data structure given as below.
- arithmetic
- algorithmbyname
- array
- binarysearchtree
- bitmanipulation
- dictionary
- divideconquer
- doublylinkedlist
- dp
- graph
- hackerrank
- heapsort
- java8newfeatues
- javaexamples
- linkedlist
- map
- multithreading
- pattern
- permutation
- priorityqueue
- queue
- set
- stack
- string
- tree
- treeoperation
All above section contains important questions under that topic. It contains mainly programming interview questions.
All programming interview question are solution of different coding contest and online programming platform.
Link to HackerRank solution : https://github.com/rakeshkumargupt/DataStructureAlgorithm/tree/master/src/hackerrank/algorithm
Simply clone the repository and open this repository in any IDE and understand it through running it.