- Implement operations on Arrays.
- Implement operations on Strings.
- Implement basic operations on Stacks.
- Implement basic operations on Queue.
- Implement basic operations on Circular Queue.
- Implement multi stack in a single array.
- Implement List data structure singly linked list.
- Implement basic operations on doubly linked list.
- Implement operations of Stack using Linked list
- Implementation of Linear search.
- Implementation of binary search.
- Implementation of Bubble sort.