0% found this document useful (0 votes)
20 views6 pages

Dsa Front

This document appears to be the index page for a practical file on data structures using C. It lists 13 practical assignments involving arrays, searching, sorting, strings, matrices, and linked lists. The assignments include linear search of a 2D array, binary search using iteration and recursion, arithmetic operations on tables using functions, quicksort using iteration and recursion, string operations, call by value and reference for swapping numbers, adding matrices, and performing operations on a linked list.

Uploaded by

Anuj Mourya
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)
20 views6 pages

Dsa Front

This document appears to be the index page for a practical file on data structures using C. It lists 13 practical assignments involving arrays, searching, sorting, strings, matrices, and linked lists. The assignments include linear search of a 2D array, binary search using iteration and recursion, arithmetic operations on tables using functions, quicksort using iteration and recursion, string operations, call by value and reference for swapping numbers, adding matrices, and performing operations on a linked list.

Uploaded by

Anuj Mourya
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/ 6

Practical File

DATA STRUCTURE USING C

CSE-

Submitted To :- Submitted By:-

Mis.Savita Name : Anuj Mourya


Asstt. Prof. Roll No. : 22 CSE 11
Semester :

B. M. GROUP OF INSTITUTIONS, FARRUKHNAGAR, GURUGRAM

Gurugram University, Gurgaon, (Haryana)


INDEX

Sr. Practical Name Page Date Teacher’s


No. No. Sign

1. WRITE A PROGRAM TO SEARCH AN ELEMENT


IN A 2-D ARRAY USING LINEAR SEARCH

2. USING ITERATION & RECURSION CONCEPTS WRITE


PROGRAMS FOR FINDING THE ELEMENT IN THE
ARRAY USING BINARY SEARCH METHOD

3. WRITE A PROGRAM TO PERFORM


FOLLOWING OPERATIONS ON TABLES USING
FUNCTIONS ONLY (a) ADDITION (b) SUBTRACTION
(c) MULTIPLICATION

4. USING ITERATION & RECURSION


CONCEPTS WRITE THE PROGRAMS FOR QUICK
SORT TECHNIQUE

5. WRITE A PROGRAM TO IMPLEMENT THE VARIOUS


OPERATIONS ON STRING SUCH AS LENGTH OF
STRING CONCATENATION, REVERSE OF A STRING
& COPY OF A STRING TO ANOTHER

6. WRITE A PROGRAM FOR SWAPPING OF TWO


NUMBERS USING ‘ CALL BY VALUE ‘ STRATEGIES

7. WRITE A PROGRAM FOR SWAPPING OF TWO


NUMBERS USING ‘ CALL BY REFERENCE ‘
STRATEGIES
8. WRITE A PROGRAM IN C TO ADD TWO MATRIX

9. WRITE A PROGRAM TO CREATE A LINKED LIST &


PERFORM OPERATIONS SUCH AS INSERT,DELETE,
UPDATE, REVERSE IN THE LINKED LIST

10. .

11.

12.

13.

You might also like