0% found this document useful (0 votes)
3 views

Lab Course Plan

Uploaded by

BALAKUMAR C
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Lab Course Plan

Uploaded by

BALAKUMAR C
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

KARPAGAM ACADEMY OF HIGHER EDUCATION

(Deemed to be University)
(Established Under Section 3 of UGC Act, 1956)
Eachanari Post, Coimbatore- 641 021

FACULTY OF ARTS, SCIENCE, COMMERCE AND MANAGEMENT

DEPARTMENT OF COMPUTER APPLICATIONS

COURSE CODE : 23CAU312 COURSE NAME : DATA STRUCTURES - PRACTICAL


CLASS : II BCA SECTION : C

PRACTICAL COURSE PLAN

Week /
S. No. Experiments
Duration

1 1/3 Develop a program to perform various stack operations using an array.

2 2/3 Implement a Program using Queue Data Structures.

3 3/3 Implement a Program using Queue Data Structures.

4 4/3 Infix to postfix conversion using stack ADT

5 5/3 Construct a binary search Tree for a given number of elements

6 6/3 Implementation of singly linked list and its operations

7 7/3 Write a program to perform Linear Search

8 8/3 Sort the number of elements using insertion sort

9 9/3 Arrange the given number of elements using selection sort method.

10 10/3 Write a program to perform Graph Traversals.

Implement the following operations in hash table using array


i) Store the element in hash table
11 11/3
ii) Search an element from the table
iii) Delete an element from the table
12 12/3 Model Exam

Subject Faculty HoD


KARPAGAM ACADEMY OF HIGHER EDUCATION
(Deemed to be University)
(Established Under Section 3 of UGC Act, 1956)
Eachanari Post, Coimbatore- 641 021

FACULTY OF ARTS, SCIENCE, COMMERCE AND MANAGEMENT

DEPARTMENT OF COMPUTER APPLICATIONS

COURSE CODE : 24CAP112 COURSE NAME : ADVANCED DATA STRUCTURES


AND ALGORITHMS – PRACTICAL

CLASS : I MCA SECTION : A

PRACTICAL COURSE PLAN

Week /
S. No. Experiments
Duration

1 1/4 Implementation of singly Linked List Operations

2 2/4 Develop a program to perform various stack operations using an array

3 3/4 Implement a Program using Queue Data Structures.

4 4/4 Implementation of a Binary Search Tree

5 5/4 Implement binary tree traversal: in-order, pre-order, post-order

6 6/4 Construct a Minimum Spanning Tree

Sort characters by frequency Using Hash table,


7 7/4
Write a program to implement hash table.

8 8/4 Sort the given List of Numbers using topological sort

9 9/4 Performing Linear and Binary Search

10 10/4 Performing Bubble Sort and Insertion Sort

11 11/4 Sort the given List of Numbers using Merge and Quick Sort

12 12/4 Model Examination

Subject Faculty HoD


KARPAGAM ACADEMY OF HIGHER EDUCATION
(Deemed to be University)
(Established Under Section 3 of UGC Act, 1956)
Eachanari Post, Coimbatore- 641 021

FACULTY OF ARTS, SCIENCE, COMMERCE AND MANAGEMENT

DEPARTMENT OF COMPUTER APPLICATIONS

COURSE CODE : 24CAP112 COURSE NAME : ADVANCED DATA STRUCTURES


AND ALGORITHMS – PRACTICAL

CLASS : I MCA SECTION : A

LIST OF PROGRAMS

S. No. Experiments

1 Implementation of singly Linked List Operations

2 Develop a program to perform various stack operations using an array

3 Implement a Program using Queue Data Structures.

4 Implementation of a Binary Search Tree

5 Implement binary tree traversal: in-order, pre-order, post-order

6 Construct a Minimum Spanning Tree

7 Sort characters by frequency Using Hash table

8 Write a program to implement hash table.

9 Sort the given List of Numbers using topological sort

10 Performing Linear and Binary Search

11 Performing Bubble Sort and Insertion Sort

12 Sort the given List of Numbers using Merge and Quick Sort

Subject Faculty HoD

You might also like