0% found this document useful (0 votes)
4 views2 pages

Index 1

The document is an index listing various programming tasks and algorithms, including insertion and deletion in arrays and linked lists, stack and queue implementations, search algorithms, and sorting algorithms. Each task is numbered and includes a space for the date and signature. The topics cover fundamental data structures and algorithms commonly used in computer science.

Uploaded by

piyush.saini0798
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)
4 views2 pages

Index 1

The document is an index listing various programming tasks and algorithms, including insertion and deletion in arrays and linked lists, stack and queue implementations, search algorithms, and sorting algorithms. Each task is numbered and includes a space for the date and signature. The topics cover fundamental data structures and algorithms commonly used in computer science.

Uploaded by

piyush.saini0798
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/ 2

INDEX

S.NO AIM DATE SIGNATURE


1 Inserting element in way
2 Deleting array element

3 Insertion of element in linked list

4 Deletion of element in linked list

5 Stack implementation using array

6 Stack implementation using


pointer
7 Quence implementation using
array
8 Quence implementation using
pointer
9 Linear search in a given list

10 Binary search in a given list


11 Implementation of bubble sort

algorithm
12 Implementation of binary search
tree
13 Implementation of insertion sort
algorithm
14 Implementation of quick sort

Algorithm
S.NO AIM DATE SIGNATURE

15 Implementation of selection of
sort algorithm

16 Implementation of factorial of a
number using recursion
17 Implementation of fibonaci series

Using recursion

You might also like