DATA STRUCTURE & ALGORITHM USING C (LAB)
Course Objective: Implement relevant algorithms using Data structure.
Practical Outcomes: After completing the course, the students will understand
(1) Perform basic operations on array.
(2) Apply different searching and sorting techniques.
(3) Implement basic operations on stack and queue using array representation
Practicals
Unit 2: Develop a ‘C’ program to create and implement a SINGLY CIRCULAR LINKED LIST.
Unit 3: Develop a ‘C’ program to create and implement a STACK using arrays.
Unit 4: Develop a ‘C’ program to create and implement a STACK using linked lists.
Unit 5: Develop a ‘C’ program to create and implement a QUEUE using arrays.
Unit 6: Develop a ‘C’ program to create and implement a QUEUE using linked lists.
Unit 7: Develop a ‘C’ program to create and implement a CIRCULAR QUEUE using arrays.
Unit 10: Develop a ‘C’ program to create and implement SELECTION SORTING.
Unit 11: Develop a ‘C’ program to create and implement INSERTION SORTING.
Unit 12: Develop a ‘C’ program to create and implement BUBBLE SORTING.
0 Comments