0% found this document useful (0 votes)
10 views3 pages

C LAB(1)

This document outlines the practical laboratory work for the Master of Computer Applications program at Thanthai Periyar Government Institute of Technology for the academic year 2024-2025. It includes a certification section, an index of exercises, and various programming tasks related to array operations, time complexity, data structures, and sorting algorithms. The document serves as a record for students' practical examinations in the Problem Solving Programming in C course.

Uploaded by

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

C LAB(1)

This document outlines the practical laboratory work for the Master of Computer Applications program at Thanthai Periyar Government Institute of Technology for the academic year 2024-2025. It includes a certification section, an index of exercises, and various programming tasks related to array operations, time complexity, data structures, and sorting algorithms. The document serves as a record for students' practical examinations in the Problem Solving Programming in C course.

Uploaded by

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

ANNA UNIVERSITY

THANTHAI PERIYAR
GOVERNMENT INSTITUTE OF TECHNOLOGY
VELLORE-632 002

MASTER OF COMPUTER APPLICATIONS


BX4002 - PROBLEM SOLVING PROGRAMMING
IN C LABORATORY

Name:

Reg. No:
THANTHAI PERIYAR GOVERNMENT INSTITUTE
OF TECHNOLOGY
VELLORE-632 002

MASTER OF COMPUTER APPLICATIONS


BX4002- PROBLEM SOLVING PROGRAMMING IN C LABORATORY
2024 – 2026

Certified that this is a bonafide record of work done by


. .......................................................................................................................................... with
Reg. no ....................................................................................................... in this department
during the academic year of 2024 – 2025.

Staff Incharge Head of the Department


Date:

Submitted for M.C.A Degree Practical Examination (III Semester) held on

…........................................ at TPGIT Bagayam, Vellore – 2.

Internal Examiner External Examiner


INDEX

Ex.No Date Title Pg.No Signature

1 DEVELOP A PROGRAM TO PERFORM


VARIOUS ARRAY OPERATIONS

WRITE A PROGRAM TO FIND RUNNING


TIME COMPLEXITY BY CONSIDERING
2
EACH STATEMENT IN THE PROGRAM
FOR A GIVEN SET OF NUMBERS

WRITE A PROGRAM TO CONVERT


3 INFIX TO POSTFIX USING USING
STACK DATA STRUCTURE

4 DEVELOP A PROGRAM TO PERFORM


CIRCULAR QUEUE OPERATIONS

5 PERFORM POLYNOMIAL
MANIPULATION USING SINGLE
LINKED LIST

6 IMPLEMENT THE VARIOUS OPERATIONS


IN DOUBLE LINKED LIST

7 WRITE A PROGRAM TO PERFORM


BINARY SEARCH

WRITE A PROGRAM TO SORT A GIVEN


8 SET OF NUMBERS AND COMPARE
AMONG BUBBLE SORT,SELECTION SORT
AND INSERTION SORTY WITH RESPECT
TO COMPUTATIONAL COMPLEXITY

9 WRITE A PROGRAM TO DELETE A


NODE FROM A GIVEN BINARY
SEARCH TREE

WRITE A PROGRAM TO
10
PERFORM GRAPH TRAVERSALS

You might also like