Sunteți pe pagina 1din 3

VIDHYADHAN CHARITABLE TRUST

SMT Z.S.PATEL COLLEGE OF MANAGEMENT AND TECHNOLOGY


PALANPUR JAKATNAKA, ADAJAN SURAT 395009

INDEX
SR.NO
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.

Description
Write a program to find the minimum in an
array.
Write a program to implement sorting and
searching in an array.
Write a program to perform bubble sort in
an array using function.
Write a program passing structure into
function.
WAP which takes three subjects marks of
student as input and display the marks with
their percentage
WAP to insert an element at specific position
in an array using user defined function.
Write a program to perform all operations
of stack
Write a program which will perform all
operations of stack using the employee
structure.
Write the program to convert infix to postfix
expression.
WAP to perform to convert postfix to Infix
expression.
WAP which performs the conversion of infix
to prefix expression.
WAP to implement stack application
Recursion.
WAP to implement Tower of Hanoi.
WAP to perform the operation of stack using
string.

Page
No

Date

Sign

15.
16.
17.
18.
19.
20.
21.
22.
23.

24.

25.

26.
27.
28.
29.

WAP to implement simple Queue with its


operations.
Write a program which will perform all
operations of queue using the employee
structure.
Write a program to implement Circular
queue.
WAP to implement Double ended queue .
Write a program to implement priority
queue.
Write a program to implements dynamic
stack.
Write a program to implement dynamic
queue.
Write a program to implement dynamic
circular queue.
Write a program to implement dynamic
priority queue..
Write a program to take input student_id,
student_name, student_age, student_class
from the user store in the the doubly linked
list and provide following facilities to the and
user.
[1].Display students detail according to the
student class.
[2].Display students detail according to their
age in descending order.
[3].Provide searching facilities on student id
or student name.
[4].if user select 4th option then delete those
students whose age is greater than 20
Write a program to implement singly circular
linked list. If singly circular linked list contain
more than 7 nodes then consider it overflow
and remove first node before inserting new
node.
Write a program for the singly circular
linklist.
Write a program for doubly linklist.
Write a program for searching .
A. Linear search
B. Binary search
Write a menu driven program for sorting

30

31.

A. QUICK SORT
B. INSERTION SORT
C. BUBBLE SORT
D. SELECTION SORT.
Write a program to implement doubly
circular linked list.
Write a menu driven program to accept two
doubly linked list A and B. Provide merge
facility in menu. Merge facility merge A and
B double linked list and crate new doubly
linked list .Also Provide display facility in
menu.

S-ar putea să vă placă și