Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

LIST OF PRACTICAL

S.E E&TC

Write Programs in C to implement searching methodsLinear & Binary. Write Programs in C to implement Bubble Sorting. Write Programs in C to implement Selection Sorting. Write Programs in C to implement Insertion Sorting. Write Programs in C to implement Data base Management using array of structure with operations Create, display, Modify, Append, Search and sort. Write Programs in C to implement Polynomial addition using array of structure. Write Programs in C to implement singly linked list with operations Create, Insert, Delete, and Search. Write Programs in C to implement Stack using arrays. Write Programs in C to implement Stack using linked list. Write Programs in C to implement Queue using array. Write Programs in C to implement Queue using Linked Lists Write Programs in C to implement Evaluation of postfix expression (input will be postfix expression) Write Programs in C to implement Binary search tree: Create, search, recursive traversals. Write Programs in C to implement Graph using adjacency Matrix with BFS. Write Programs in C to implement DFS traversals.

You might also like