File Details:
{"filename":"bca-3-sem-data-structure-using-c-and-cpp-3101-2023.pdf","description":"This file contains the B.C.A. Third Semester examination paper for Data Structure Using C and C++ (Second Paper) from 2023. It includes questions on topics such as arrays, sparse arrays, postfix expression evaluation, linked lists, binary trees, sorting algorithms, and hashing."}
Questions:
- Why are arrays known as static data structures?
- What are the applications of sparse arrays in theoretical computer science?
- Write the vector representation for a lower triangular matrix and illustrate with an example.
- Write the algorithm for evaluation of postfix expression using a stack.
- Write the method of interconversion between infix, prefix, and postfix expressions using a stack with examples.
- Write a short note on: Queue and its applications, Deque or D-queue, Priority queue.
- How are sequential and linked lists represented in memory?
- Show the process of insertion, deletion, and counting of nodes in a singly linked list in memory.
- Show how doubly linked lists can be represented and traversed in memory.
- Write a short note on: Binary tree, B-Tree, Binary Search Tree.
- Write the algorithm for insertion sort and trace it with a random selection of a list consisting of 10 integers.
- Explain with example data set: Merge Sort, Heap Sort.
- Differentiate between linear search and binary search with an example.
- What are the collision problems that occur in hashing? How can these be resolved?
Back to list
GKPAD.COM by SK Yadav | Disclaimer