0% found this document useful (0 votes)
12 views1 page

Index DS

Uploaded by

mmh.rikon
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)
12 views1 page

Index DS

Uploaded by

mmh.rikon
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/ 1

Data Structure Lab - 520202

INDEX

No Problem Page Date

Write a program to search an element from an array


01. 01
using linear search algorithm.

Write a program to search an element from an array


02. 2-3
using binary search algorithm.

Write a program to calculate factorial of a number


03. 4
using recursion.

Write a program to implement Tower of Hanoi problem


04. 5
by using the recursive function.

Write a program to replace a substring by another


05. 6
substring into a text.

Write a program to sort an array using bubble sort


06. 7
algorithm.

Write a program to sort an array using quick sort


07. 8-9
algorithm.

Write a program to implement all operations in an


08. 10-11
array, (Insertion and deletion).

Write a program to implement all operations in linked


09. 12-14
list, (Insertion and deletion).

Write a program to implement all operations in stack,


10. 15-16
(Insertion and deletion).

Write a program to implement all operations in queue,


11. 17-18
(Insertion and deletion).

12. Write a program to traverse a binary tree in any order. 19-20

You might also like