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

Index: Sr. No. Program Page No

This document provides an index listing 11 programs and the page numbers where their implementations can be found. The programs cover topics such as binary trees, binary search trees, recursion, sorting algorithms like merge sort and bubble sort, and data structures like linked lists, arrays, stacks and queues. Page numbers are provided showing where the code for each program is located.

Uploaded by

Dheeraj Sonkhla
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)
38 views1 page

Index: Sr. No. Program Page No

This document provides an index listing 11 programs and the page numbers where their implementations can be found. The programs cover topics such as binary trees, binary search trees, recursion, sorting algorithms like merge sort and bubble sort, and data structures like linked lists, arrays, stacks and queues. Page numbers are provided showing where the code for each program is located.

Uploaded by

Dheeraj Sonkhla
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

INDEX

Sr. No. Program Page No.

1 Write a program to implement Binary tree using Linked List. 1

2 Perform Search and Delete operation in Binary Search Tree. 2-4

3 Write a program for Depth First Search using Recursion 5-8

4 Write a program to count the number of nodes in Linked List. 9

5 Write a program to implement Binary Search in C. 10

6 Write a program to implement Merge sort in C. 11-12

7 Write a program to implement Selection sort – [in Ascending 13-14


order and descending order].

8 Write a program to perform various operations in a linear 15-17


array: Traversing, Insertion and Deletion.

9 Write a program to implement Bubble Sort. 18

10 Write a program to insert an element as first node in a circular 19-21


list.

11 Write a program to perform push and pop operations in a 22-23


stack.

You might also like