1 Ce4001
1 Ce4001
II) Convert following infix expression into equivalent postfix expression by showing stack status after every
step in tabular form.
(A / (B + C) * D – E) / (F * G + H)
SECTION - 2
Q 4 Answer the following (Any 1) [6]
I) Differentiate text file and binary file.
II) Enlist different types of indexes and explain anyone with an example.
III) Construct a binary search tree from the given traversal of tree:
Inorder: Q B K C F A G P E D H R
Preorder: G B Q A C K F P D E R H
Q 6 Answer the following in detail. (Any 2) [12]
I) What is graph data structure? Explain vertex and edges in detail.