CAS 751
CAS751 PROGRAMMING LAB FOR DS
Exercises to implement various algorithms using C/C++/Java
- Programs using one dimensional, two dimensional arrays.
- Implementation of Stack, Queue operations.
- Implementation of operations on singly, doubly, circular linked list.
- Implementation of operations on binary tree
- Implementation of binary tree traversal.
- Implementation of basic sorting techniques (selection sort, bubble sort, insertion sort and merge sort).
- Implementation of sorting techniques like heap, quick and radix sort.
- Implementation of searching algorithms.
- Implementation of Strassen's matrix multiplication.
- Implementation of Greedy method.
- Implementation of Prim's and Kruskal's algorithm.