lab 1 - lab 20
- Append 2 arrays
- Stack using array
- Stack using Linked list
- Queue using array
- Queue using Linked list
- Create and display a singly linked list of n nodes
- Delete a given node from a singly linked list
- Sort a singly linked list
- Create a singly linked list and search an element
- Create a doubly linked list of integers and display in forward and backward direction
- Addition of 2 polynomials using array
- Search an element in the array using binary search
- Read a sparse matrix and display its triplet representation using array
- Evaluation of postfix expression
- Traverse a binary search tree in pre-order
- Traverse a binary search tree in order
- Traverse a binary search tree in post-order
- Search an element in a binary search tree
- Implement exchange sort
- Implement selection sort
- Implement insertion sort
- Implement quick sort
- Sort a given list of strings (not available)
- Reverse a string using pointers
- Implement Pattern matching algorithm
- lab 1
- lab 2
- lab 3
- lab 4
- lab 5
- lab 6
- lab 7
- lab 8
- lab 9
- lab 10
- lab 11
- lab 12
- lab 13
- lab 14
- lab 15