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
- Differentiate between linear and non-linear data structures.
- Find the infix and prefix equivalents of the following expressions and evaluate the same showing contents of Stack at various stages. a) 5 12 3 2 2 * / – b) 16 4 2 – * 12 5 2 – / +
- Define the term Heap and its use.
- What is dangling pointer and the solution for handling them?
- What do you mean by the complexity of an algorithm?
- Discuss priority queue and its use.
- What is Graph? How it is different from a tree?
- What do you mean by recursion and its demerits?
- What is dynamic memory management?
- Differentiate between stacks and queues.
- What is the principle of recursion. Explain
- b) What do you understand by polish notation. Explain
- What do the terms LIFO and FIFO means. Explain
- Give an example that shows how a stack is used by a computer system.
- How Graph is represented in memory
- What is a hashing technique
- What is a dequeue
- How array elements are accessed in two dimensional array
- How two strings can be concatenated
- What id double hashing
- What is big O notation? Explain its significance.
- How does an array differ from an ordinary variable?
- Define Linked List.
- What is the prefix form of the following expression? A–B/ (C * D ^ E)
- Which data structure is used for implementing recursion and why?
- What do you mean by B-tree?
- Suppose H is a complete binary tree with n elements then in what conditions, H is called a maxheap?
- What is the time complexity of Heap sort algorithms?
- For an undirected graph with n vertices and e edges, what will be the sum of the degree of each vertex?
- What is the significance of pointer in linked list?