Data Structure using 'C' (313301)
(Important Links )
1) Syllabus :- Syllabus-IF3K/CO3K-DSU-313301
2) Notes :-
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.
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.
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.
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.
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):-
No comments:
Post a Comment