Explain types of data structure.
[5 marks]Define Flow Chart. Explain various symbols used in Flow Chart.
[5 marks]Define Queue. What are the benefits of circular queue over Queue?
[5 marks]Convert following Infix expression to the corresponding Reverse Polish expression using Stack. A + B * C – D / E * H
[5 marks]Write a pseudocode for the PUSH and POP operations of the stack.
[5 marks]What is a Linked List? Explain types of it
Differentiate between arrays and linked list
[5 marks]Explain delete operation of doubly linked list.
[5 marks]Write an algorithm to perform insertion at last position in a linear linked list
[5 marks]Explain 2-3 trees.
[5 marks]Discuss Depth first & Breadth first search.
[5 marks]Explain Binary Search Tree with an example.
[5 marks]Explain Prim's algorithm with an example.
[5 marks]Explain Hashing technique in detail.
[5 marks]Write an algorithm for merge sort.
[5 marks]Explain bubble sort with an example.
[5 marks]What is a divide and conquer technique? Explain it in details
[5 marks]