G L N V Satya Kumar, BVCITS.
Associate Professor, Department of MCA, B V C I T S, Amalapuram,
Monday, April 19, 2021
Friday, March 12, 2021
Tuesday, December 1, 2020
Data Structures Through C Lab for III Semester DCME
Data Structures Through C Lab for III Semester DCME
1 Develop a ̳C‘ program to create and implement a SINGLY LINKED LIST. Write functions to insert, delete, and display elements of the list.
Create and Display Insert Delete
2. Develop a ̳C‘ program to create and implement a SINGLY CIRCULAR LINKED LIST.
3. Develop a ̳C‘ program to create and implement a STACK using arrays.
4. Develop a ̳C‘ program to create and implement a STACK using linked lists.
5. Develop a ̳C‘ program to create and implement a QUEUE using arrays.
6. Develop a ̳C‘ program to create and implement a QUEUE using linked lists.
7. Develop a ̳C‘ program to create and implement a CIRCULAR QUEUE using arrays.
8. Develop a ̳C‘ program to create a BINARY TREE. Write functions to perform the various traversals on the tree.
10. Develop a ̳C‘ program to create and implement SELECTION SORTING.
11. Develop a ̳C‘ program to create and implement INSERTION SORTING.
12. Develop a ̳C‘ program to create and implement BUBBLE SORTING.
13. Develop a ̳C‘ program to create and implement MERGE SORTING on two sorted list.
14. Develop a ̳C‘ program to create and implement LINEAR SEARCHING.
15. Develop a ̳C‘ program to create and implement BINARY SEARCHING
Sunday, September 6, 2020
Data Structures Through C for DCME III Semester
UNIT-II Notes Part-1 Part-2 Part-3
OLD Papers
C-16 Oct 2020
C-16 Nov 2019
C-16 June 2019 C-14 Jun 2019
C -16 Apr 2019 C - 14 Apr 2019
PROGRAM CODE
Single Linked List Create and Display
Single Linked List Insert at begin, end and Position
Single Linked List Delete at based on the data and Position
Single Linked List Videos
Wednesday, August 12, 2020
MCA R20 Data Structures Lab
MCA R20 Data Structures Lab Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment 5 Experiment 6 Experiment 7 Experiment 8 Experim...
-
Python Programming Lab for II Semester MCA Syllabus Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment 5 Experiment 6 Experimen...
-
MCA DBMS Syllabus MCA DBMS Lab Syllabus DBMS UNIT-1 Complete Notes DBMS UNIT-II Complete Notes DBMS UNIT-III Complete Notes DBMS U...
-
MCA Data Structures R20 R20 DS Syllabus UNIT -1 Notes Part1 Decision making-branching looping ...