Data Structure Using C
Question Bank
What is Graph ? Explain Adjacency list of graph ,adjacency matrix with example
Consider the following Graph and attempt the following :
- print the adjacency matrix of the graph
Traverse DFS and BFS
Convert the following Infix expression into prefix using a table.
(A+B)/(C+D*E)
Convert the following infix expression into postfix using stacks (symbol table)
A ^ (B – C * D /E) + F
What is stack ? Write Operation on stack with example (Program)
Write a program to implement a dynamic stack
Write a Function Preorder,Postorder,Inorder Traversal
Write a function to sort a DLL
Write a function to print the minimum value from a BST
Write a program to add two polynomials using 1D Arrays
Draw BST for the following and traverse inorder, preorder and postorder-
45, 40, 27, 58, 63, 72, 18, 44, 47, 50
Write a program to Selection Sort
Write a Program Linear search on unsorted data
Explain different types of AVL Rotation with an example.
Data Structured Type
DEQUE, IRDEQ and ORDEQ
Define degree of a tree, generation, pendent node, depth of a tree
Algorithm Characteristics
Depth First Search (DFS)