problem + solution to common data structure and algorithms problems in java
just practising common Data structure and algorithms problems in java and cpp.
Things to do.
Data structures :
- Arrays
- Linked Lists
- Queues
- Stacks
- Priority Queues (Heaps)
- BST
- AVL tree ( imp Rotations )
- Tree traversals ( Recursive and non Recursive )
Algorithms :
- Greedy Algorithms
- Dynammic programming
- Divide and conquer