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

SETS

Sets documents
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)
3 views2 pages

SETS

Sets documents
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/ 2

SET-1

1. Write a program that implement Queue (its operations) using


i) Arrays ii) Pointers
2. Implement pattern matching algorithm using Boyer-Moore.

SET-2
1. Write a program that uses functions to perform the following operations on singly
linked list.:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Implement pattern matching algorithm using KMP.

SET-3
1. Write a program to implement the graph traversal methods.
2. Write a program that implement Stacks (its operations) using Arrays.

SET-4
1. Write a program to implement Binary Search Tree.
2. Write a program to sort a given list of integers in ascending order using Heap sort.

SET-5
1. Write a program that uses functions to perform the following operations on double
linked list.:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Write a program to implement DFS.

SET-6
1. Write a program to implement AVL Tree.
2. Write a program to sort a given list of integers in ascending order using Quick sort.

SET-7
1. Implement pattern matching algorithm using Boyer-Moore.
2. Write a program to sort a given list of integers in ascending order using Merge
sort.

SET-8
1. Write a program that uses functions to perform the following operations on
circular
linked list.:
i) Creation ii) Insertion iii) Deletion iv) Traversal
2. Write a program to implement tree traversal methods.
SET-9
1. Write a program that implement Stacks (its operations) using
i) Arrays ii) Pointers.
2. Write a program to implement BFS.

SET-10
1. Write a program to implement Red Black Tree.
2. Write a program to implement B-Tree.

You might also like