Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
25 views4 pages

Datastructure

The document outlines the practical examination details for the Data Structure and Algorithms Lab at Annamalai University for April/May 2025. It includes a list of programming tasks to be completed, such as implementing various data structures and algorithms, with a focus on linked lists, trees, sorting, and searching methods. Students are required to write programs along with their aims, algorithms, and results, and must answer any two questions from the provided set.

Uploaded by

N. VETHAVALLI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views4 pages

Datastructure

The document outlines the practical examination details for the Data Structure and Algorithms Lab at Annamalai University for April/May 2025. It includes a list of programming tasks to be completed, such as implementing various data structures and algorithms, with a focus on linked lists, trees, sorting, and searching methods. Students are required to write programs along with their aims, algorithms, and results, and must answer any two questions from the provided set.

Uploaded by

N. VETHAVALLI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

ANNAMALAI UNIVERSITY

GOVERNMENT ARTS AND SCIENCE COLLEGE, KALLAKURICHI


PG DEPARTMENT OF COMPUTER SCIENCE
UNIVERSITY PRACTICAL EXAMINATIONS-APR/MAY-2025

Sub. Name : DATA STRUCTURE AND ALGORITHMS LAB


Sub Code : 23UCSCP24
Class : I B.Sc., Computer Science Max.Marks:75

1. Write a program to implement the List ADT using arrays and linked list.
2. Write a programs to implement the following using a singly linked list.
Stack ADT, Queue ADT.
3. Write a program that reads an infix expression, converts the expression to
postfix form and then evaluates the postfix expression (use stack ADT).
4. Write a program to implement priority queue ADT.
5. Write a program to perform the following operations:
Insert an element into a binary search tree.
Delete an element from a binary search tree.
Search for a key element in a binary search tree.
6. Write a program to perform the following operations
Insertion into an AVL-tree
Deletion from an AVL-tree.
7. Write a programs for the implementation of BFS and DFS for a given graph.
8. Write a programs for implementing the following searching methods:
Linear search
Binary search
9. Write a programs for implementing the following sorting methods:
Bubble sort
Selection sort
Insertion sort
Radix sort
ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program to implement the List ADT using arrays and linked list.
2. Write a program for implementing the Selection sorting method.
3. Write a programs for implementing the Linear searching method.
Note: Write Aim, Algorithm, Program and Result
-----------------------------------------------------------------------------------------------------------------------------------------

ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program to implement the following using a singly linked list.
Stack ADT, Queue ADT.
2. Write a program for implementing the Selection sorting method.
3. Write a programs for implementing the Binary searching method.
Note: Write Aim, Algorithm, Program and Result
----------------------------------------------------------------------------------------------------------------
ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program that reads an infix expression, converts the expression to postfix
form and then evaluates the postfix expression (use stack ADT).
2. Write a programs for implementing the Linear searching method.
3. Write a programs for implementing the Binary searching method.

Note: Write Aim, Algorithm, Program and Result

------------------------------------------------------------------------------------------------------
ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program for implementing the Selection sorting method.
2. Write a program to implement priority queue ADT.
3. Write a programs for implementing the Linear searching method.

Note: Write Aim, Algorithm, Program and Result

ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a programs for implementing the Linear searching method.
2. Write a program to perform the following operations
Insertion into an AVL-tree, Deletion from an AVL-tree.
3. Write a program for implementing the Selection sorting method.
Note: Write Aim, Algorithm, Program and Result

------------------------------------------------------------------------------------------------------
ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program to perform the following operations:
Insert an element into a binary search tree, Delete an element from a binary search
tree, Search for a key element in a binary search tree.
2. Write a programs for implementing the Binary searching method.
3. Write a program for implementing the Selection sorting method.
Note: Write Aim, Algorithm, Program and Result
ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a programs for the implementation of BFS and DFS for a given graph.
2. Write a programs for implementing the Linear searching method.
3. Write a programs for implementing the Binary searching method.
Note: Write Aim, Algorithm, Program and Result

ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a program for implementing the Selection sorting method.
2. Write a program to implement the List ADT using arrays and linked list.
3. Write a programs for implementing the Linear searching method.
Note: Write Aim, Algorithm, Program and Result

ANNAMALAI UNIVERSITY
UNIVERSITY PRACTICAL EXAMINATIONS- APR/MAY-2025
Sub Name: Data Structure and Algorithms Lab Sub Code: 23UCSCP24
Time: 3 HRS Max. Marks: 75
Answer any TWO Questions.
1. Write a programs for implementing the Binary searching method.
2. Write a program for implementing the Selection sorting method.
3. Write a program to implement priority queue ADT.
Note: Write Aim, Algorithm, Program and Result

You might also like