Monday 22 July 2013

Practical Exercise (Data Structure USING C++) [BCA -308] Syllabus BCA 3rd-III Sem Syllabus for DAVV Indore Affiliated Institutions

 DEVI AHILYA VISHWAVIDYALAYA (DAVV), INDORE
Bachelor Of Computer Applications (BCA) (Full-Time) 
Third-3rd-III Semester Curriculum/ Syllabus 2011-12 Academic Year Onwards
Practical Exercise (Data Structure USING C++) Syllabus 


Practical Exercise (Data Structure USING C++) [BCA-308] Syllabus /Course contents

Max. Marks :25Min. Marks : 09

  1. Store records of 100 students using array.
  2. Representation of upper triangular and lower triangular sparse matrix in linear  array.
  3. Push and pop operation on stack using array.
  4. Insertion and deletion operation on queue using array.
  5. Insertion and deletion operation on circular queue using array.
  6. Program for Bubble sort.
  7. Program for Quick sort
  8. Program for selection sort.
  9. Program for Linear search.
  10. Program for Binary search.
  11. Program for exchanging the value of variables using pointers.
  12. Linked List creation, insertion and deletion.
  13. Count no. of elements in linked list.
  14. Sort a Linked List.
  15. Doubly Linked List creation, insertion and deletion.
  16. Creation of Binary search tree.
  17. Insertion and deletion of Binary search tree.
  18. Traversal of Binary search tree(inorder,preorder,postorder)
  19. Complete program for Binary search tree.
  20. Representation of polynomial in Linked List.

No comments:

Post a Comment