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

index php

Uploaded by

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

index php

Uploaded by

Tanishq Kaushik
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

INDEX

Sr Description Date Remarks


No.

1 Write a program to search an 19-07-2024


element using Linear Search.

2 Write a program to search an 19-07-2024


element using Binary Search.

3 Write a program to sort the given 26-07-2024


array using Bubble Sort.

4 Write a program to sort the given 26-07-2024


array using Insertion Sort.

5 Write a program to sort the given 26-07-2024


array using Selection Sort.

6 Write a program to sort the given 26-07-2024


array using QuickSort.

7 Write a program to sort the given 26-07-2024


array using MergeSort..

8 Write a program to insert a new 26-07-2024


element in the given unsorted
array at kth position.

9 Write a program to delete an 09-08-2024


element from given sorted array

10 Write a program to merge to 09-08-2024


given sorted arrays.

11 Write a program to implement 09-08-2024


Stack using array, also show
overflow and underflow in
respective push and pop
operations.

12 Write a program to implement 09-08-2024


Queue using array, which shows
insertion and deletion operations.

13 Write a program to implement 09-08-2024


Circular Queue using array, which
shows insertion and deletion
operations.

14 Write a program to implement 16-08-2024


Linear Linked List, showing all
the operations, like creation,
display, insertion, deletion and
searching.

15 Write a program to implement 16-08-2024


Stack, using Linked List.
Implement Push, Pop and display
operations.

16 Write a program to implement 16-08-2024


Queue, using Linked List.
Implement Insertion, deletion and
display operations.

17 Write a program to count the 16-08-2024


number of times an item is
present in a linked list

18 Write a program to increment the 16-08-2024


data part of every node present in
a linked list by 10. Display the
data both before incrimination
and after.

19 Write a program to implement 16-08-2024


Doubly Linked List, showing all
the operations, like creation,
display, insertion, deletion and
searching.

20 Write a program to create a 23-08-2024


Binary Search Tree and display its
contents using recursive preorder,
postorder and inorder traversal.

21 Write a program to implement 23-08-2024


deletion of a node in binary
search tree.

22 Write a program to implement 23-08-2024


Binary tree and display the
contents using non-recursive
preorder, postorder and inorder
traversal techniques.

23 Write a program to sort the given 23-08-2024


array using Heap Sort.

24 Write a program of graph 30-08-2024


traversal – depth first search and
breadth first search.

25 Write a program to implement 30-08-2024


Prim’s algorithm

26 Write a program to implement 30-08-2024


Kruskal’s algorithm
AMITY UNIVERSITY UTTAR PRADESH

PRACTICAL FILE REPORT


For the lab of
DATA STRUCTURE USING C (CSIT124)

Submitted By:
Tanishq Kaushik
A2305223381
In partial fulfilment of requirements of the
Award of the degree of
Bachelor of Technology
In
Computer Science and Engineering
Submitted to
Prof. (Dr.) Manoj Kumar Shukla
Professor
Department of Computer Science
Amity School of Engineering and Technology
Amity University Noida, Uttar Pradesh

You might also like