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

Lab File Formats - Nehal1

The document outlines 12 programming assignments for a data structures course using C and C++. The assignments cover implementing and manipulating common data structures like linked lists, stacks, queues, and sorting algorithms.

Uploaded by

NEHAL KUMAR LAL
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)
7 views

Lab File Formats - Nehal1

The document outlines 12 programming assignments for a data structures course using C and C++. The assignments cover implementing and manipulating common data structures like linked lists, stacks, queues, and sorting algorithms.

Uploaded by

NEHAL KUMAR LAL
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/ 3

Institute of Management Studies, Noida

School of Information Technology

Bachelors of Computer Application

Batch 2021-24 A.Y.


2022-23 Practical
File/ Lab
Assignments of
Data Structure
Using C and C++:
BCA 306P

Submitted By: Submitted To:

Name of Student :Nehal Kumar Lal Prof. Puja Shree Sinha


Roll No.:210919106167 Assistant
Prof. & PC-BCA List of Practical/Lab Assignments
1. Write a C /C++ program to implement linked list and also print all the elements of the
same.
2. Write a C/C++ program to perform insertion at the beginning of a linked list.
3. Write a C /C++ program to perform insertion at a specific position in a created linked list.
4. Write a C /C++ program to implement the stack using array data structure
5. Write a C/C++ program to implement using linked list.
6. Write a C/C++ program to implement queue using array.
7. Write a C/C++ program to perform in Enqueue(insertion) in a queue using array data
structure.
8. Write a C/C++ program to perform in Dequeue(deletion) in a queue using array data
structure.
9. Write a C/C++ program to perform linear search on a given list.
10. Write a C/C++ program to perform binary search on a given list.
11. Write a C/C++ program to implement to insertion sort on a list to arrange it ascending
order.
12. Write a C/C++ program to implementselection sort on a list to arrange it in ascending
order

Index
S.No. Practical No. Page No.
1 1. Write a C /C++ program to implement linked list and also print all
the elements of the same.

2 2. Write a C/C++ program to perform insertion at the


beginning of a linked list.

3 . Write a C /C++ program to perform insertion at a specific position in a


created linked list.

4 . Write a C /C++ program to implement the stack using array


data structure

5 5. Write a C/C++ program to implement using linked list.

6 5. Write a C/C++ program to implement using linked list.

7 7. Write a C/C++ program to perform in Enqueue(insertion)


in a queue using array data structure.
8 8. Write a C/C++ program to perform in Dequeue(deletion) in
a queue using array data structure.

9 Write a C/C++ program to perform linear search on a given list.

10 . Write a C/C++ program to perform binary search on a given


list.

11 Write a C/C++ program to implement to insertion sort on a list to arrange it


ascending order.
12 Write a C/C++ program to implementselection sort on a list to arrange it in
ascending order

You might also like