Thursday, September 5, 2024

MSBTE-IF3K/CO3K-DSU-313301

 

Data Structure using 'C' (313301)

(Important Links )

1) Syllabus :- Syllabus-IF3K/CO3K-DSU-313301

2) Notes :-

Unit 1 Introduction to Data Structures

                    Unit 2(Part I) Searching

Unit 2(Part II)- Sorting

Unit 3 Linked List

Unit 4 Stacks

Unit 5 Queues

Unit 6 Trees

DSU All Last year IMP Questions

DSU Questions for Oral Examination

3) Assignments :-

Assignment 1    Assignment 2    Assignment 3   Assignment 4   Assignment 5 Assignment 6    Assignment 7    Assignment 8 

 4) Practical / Laboratory Exercise :-

    1) Write a ‘C’ program to perform following Operations on Array: Create, Insert, Delete,           Display.

    2) Write a ‘C’ Program to Search a particular data from the given Array of numbers using:   Linear Search Method.

    3) Write a ‘C’ Program to Search a particular data from the given Array of Strings using Linear Search Method 

4) Write a ‘C’ program to Search a particular data from the given Array of numbers using Binary Search Method.

 6) Write a 'C program to sort an Array of numbers using Bubble Sort Method.

7) Write a 'C program to sort an Array of String using Bubble Sort Method.

8) Write a 'C program to sort an Array of numbers using Selection Sort Method.

9) Write a 'C program to sort an Array of String using Selection Sort Method.

10) Write a 'C program to sort an Array of numbers using Insertion Sort Method.

11) Write a 'C program to sort an Array of String using Insertion Sort Method.

12) Write a 'C' Program to Implement Singly Linked List with Operations: (i) Insert at beginning, (ii) Search, (iii) Display

13) Write a C Program to Implement Singly Linked List with Operations: (i) Insert at end,(ii) Insert After, (iii) Delete (iv) Display

15) Write a C Program to Add Two Polynomials using a Linked List.

16) Write a 'C' Program to perform PUSH and POP Operations on Stack using an Array.

17) Write a 'C' Program to perform PUSH and POP Operations on a Stack using a Linked List.

18) Write a 'C' program to perform multiplication of two numbers using recursion

19) Write a 'C' program to print given string in reverse using recursion. 

20) Write a 'C' program to create a Singly Linked List and traverse in reverse order using recursion. 

21)  Write a 'C' Program to perform INSERT and DELETE Operations on Linear Queue using an Array.

22) Write a 'C' Program to perform INSERT and DELETE operations on Linear Queue using a Linked List.

23) Write a 'C' Program to perform INSERT and DELETE operations on Circular Queue using an Array.

24) Write a 'C' Program to perform INSERT and DELETE operations on Circular Queue using a Linked List.

25) Write a 'C' Program to Create a Priority Queue using  a Linked List.

26) Write a 'C' Program to Implement BST (Binary Search Tree) and Traverse in In-Order. 

27) Write a 'C' Program to  Traverse BST in Preorder and Post-Order.

 5) MSBTE Question Paper (Scheme I):-  

                    22317-MSBTE Sample Question Paper 

                    22317-2018-Winter-question-paper

22317-2019-Summer-question-paper

22317-2019-Winter-question-paper

 
 

 6) MSBTE Model Answer Paper (Scheme I):-  

22317-2018-Winter-model-answer-paper

22317-2019-Summer-model-answer-paper

22317-2019-Winter-model-answer-paper

No comments:

Post a Comment

MSBTE-IF5K/CO5K-ENDS-314004

             Entrepreneurship Development And Startups (314014) (Important Links ) 1) Syllabus :-   Syllabus-IF5K/CO5K-ENDS-314014 2)  Not...