Previous Year Very Short Questions of DS (MCA 2nd)

Data structures

Previous year question paper with solutions for Data structures

Our website provides solved previous year question paper for Data structures . Doing preparation from the previous year question paper helps you to get good marks in exams. From our DS question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. Write and explain an algorithm to convert infix to postfix expression. Give example to support your answer.
  2. Doubly linked list
  3. Priority queues
  4. Define B-Tree. Write and explain an algorithm to insert an element in a B-Tree.
  5. What is meant by traversing? Discuss in-order tree traversing algorithm by taking suitable example.
  6. What is graph? Explain how a graph can be represented using adjacency matrix.
  7. Write and explain the working of breadth first search algorithm for a graph.
  8. Construct the binary tree for the following expression : (2x + 5)(3x – y + 8) Give the sequence obtained when tree is traversed in post order form.
  9. Explain the link list representation of Graph adjacency matrix. Write the algorithm for the same.
  10. Explain the Dijkstra’s algorithm for shortest distance for a graph.
  11. What is the mathematical notation used to define the complexity of an algorithm?
  12. What is the complexity of linear search?
  13. How an element is searched in BST?
  14. What is a degree of a graph?
  15. What is a post order traversal?