KTU 2019 Sylabus
- stack using array
- multiple stack
- min element in stack
- check if it is balanced
- decimal to binary
- infix to postfix
- infix to prefix
- check if it is palindrome
- postfix evaluation
- sorted stack
- implement linked list
- stack using linked list
- delete node, data is given
- insert at the given position
- insert before a node
- insert after a node
- reverse a linked list
- search in a linked list
- smallest element in a linked list
- sorted linked list
- queue using array
- queue using linked list
- priority queue
- dequeue using DLL
- circular queue using linked list
- circular queue using array
- circular linked list
- delete a node, data given
- delete a node, position is given
- delete smallest element
- DLL
- insert after a node
- insert node at a position
- insert before a node
- polynomial addition
- polynomial subtraction
- polynomial multplication
- binary search
- bubble sort
- exchange sort
- heap sort
- insertion sort
- linear search
- merge sort
- quick sort
- selection sort