CAS 751

  CAS751 PROGRAMMING LAB FOR DS

 

      Exercises to implement various algorithms using C/C++/Java

 

  1. Programs using one dimensional, two dimensional arrays.
  2. Implementation of Stack, Queue operations.
  3. Implementation of operations on singly, doubly, circular linked list.
  4. Implementation of operations on binary tree
  5. Implementation of binary tree traversal.
  6. Implementation of basic sorting techniques (selection sort, bubble sort, insertion sort and merge sort).
  7. Implementation of sorting techniques like heap, quick and radix sort.
  8. Implementation of searching algorithms.
  9. Implementation of Strassen's matrix multiplication.
  10. Implementation of Greedy method.
  11. Implementation of Prim's and Kruskal's algorithm.