Friday, March 12, 2021

MCA Data Structures R20

 MCA Data Structures R20

R20 DS Syllabus

UNIT -1 Notes Part1

                Decision making-branching

                looping

                Arrays

UNIT-II

            Functions

            Structures and Unions

            Pointers

Tuesday, December 1, 2020

Python Programming Lab for II Semester MCA

 Python Programming Lab for II Semester MCA

Syllabus

Experiment 1

Experiment 2

Experiment 3

Experiment 4

Experiment 5

Experiment 6

Experiment 7

Experiment 8

Experiment 9

Experiment 10

Experiment 11

Experiment 12

Experiment 13

Experiment 14

Experiment 15

Data Structures Through C Lab for III Semester DCME

 Data Structures Through C Lab for III Semester DCME

Syllabus

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.

9. Develop a  ̳C‘ program to create a BINARY SEARCH 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

Syllabus

UNIT-I Part-1 Notes           Part-2

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 

C-16 Nov 2018                                                                      C-14 Nov 2018

C-16 Apr 2018                                                                       C-14 Apr 2018

C-16 Nov 2017                                                                      C-14 Nov 2017


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

                Part-1

                Part-2

                Part-3

                Part-4

                Part-5



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...