TOPIC-WISE QUESTIONS (46)

Data Structures, Computer Science and Engineering

Topics Used in This Course

Adjacency List 1 Questions
1. Create the adjacency and incidence matrices for th......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Adjacency Matrix 1 Questions
1. Create the adjacency and incidence matrices for th......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Write down the differences between the two algorit......
Marks: 3.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
Array 1 Questions
1. Consider the array, A = [12, 45, 23, 67, 34]. Perf......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
1. Write down the reasons of studying data structures......
Marks: 2.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
2. Define Data Structure. Briefly explain common type......
Marks: 5.00 | Exam: Class Test | Session: 23-24 | Exam Date: 02 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
3. Differentiate between data types and data structur......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
4. Why is knowledge of data structures important for ......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
5. Define and explain the concept of an Abstract Data......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Binary Search 2 Questions
1. Consider the following data list: A = [10, 13, 18......
Marks: 5.00 | Exam: Class Test | Session: 23-24 | Exam Date: 02 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
2. Consider the array, A = [12, 45, 23, 67, 34]. Perf......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
1. Consider the given binary tree and answer the foll......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 13 Nov, 2025 | Course Teacher: Md. Samsuddoha
Solution is Coming!
2. You are given the following sequence of numbers to......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 13 Nov, 2025 | Course Teacher: Md. Samsuddoha
Solution is Coming!
3. Insert and delete elements in a Binary Search Tree......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
4. Define complete binary tree. Traverse the given tr......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
5. Compare and contrast BSTs and heaps. When would yo......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Write down the algorithms for the BFS algorithm.
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Bubble Sort 1 Questions
1. Consider the array, A = [29, 10, 14, 37, 13]. a) ......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Circular Queue 2 Questions
1. A hospital uses a queue to manage patient appointm......
Marks: 6.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 13 Nov, 2025 | Course Teacher: Md. Samsuddoha
Solution is Coming!
2. For a circular queue with FRONT = 2, REAR = 4, and......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Data Types 1 Questions
1. Define and explain the concept of an Abstract Data......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. How can you differentiate hash table from the dire......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Disjoint Set 1 Questions
1. What do you mean by disjoint set data structure? S......
Marks: 4.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Define divide and conquer. How does it apply to Me......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
2. Define divide and conquer. A well-known problem in......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Solve the problems Longest Common Subsequence (LCS......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Graph Algorithms 1 Questions
1. Draw a graph from the adjacency list: adj (y) = [x......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Identify the tree, back, forward, and cross edges ......
Marks: 4.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Greedy Algorithm 1 Questions
1. What do you mean by MST? Find the MST for the foll......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Growth Function 1 Questions
1. What do you mean by growth of function? Briefly de......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Hash Table 3 Questions
1. Use a hash table of size 7 with separate chaining,......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
2. Explain how collision resolution techniques like c......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
3. How can you differentiate hash table from the dire......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Heap 1 Questions
1. Compare and contrast BSTs and heaps. When would yo......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Heap Sort 2 Questions
1. Define heap. Write down the heap sort algorithms o......
Marks: 6.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
2. Define a heap. Represent the heap as an array and ......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Why do we need postfix and prefix notation over in......
Marks: 4.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Insertion Sort 1 Questions
1. Write down the algorithm for Insertion Sort and an......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Explain the difference between linear data structu......
Marks: 2.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Linear Search 1 Questions
1. Consider the array, A = [12, 45, 23, 67, 34]. Perf......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Linked List 2 Questions
1. Perform insert and delete operations in a Linked L......
Marks: 4.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 13 Nov, 2025 | Course Teacher: Md. Samsuddoha
Solution is Coming!
2. Draw a simple diagram of a singly linked list with......
Marks: 3.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
1. Solve the problems Longest Common Subsequence (LCS......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Merge Sort 1 Questions
1. Define divide and conquer. How does it apply to Me......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. What do you mean by MST? Find the MST for the foll......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Explain the difference between linear data structu......
Marks: 2.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Prim's Algorithm 1 Questions
1. What do you mean by MST? Find the MST for the foll......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Priority Queue 1 Questions
1. Describe how a priority queue can be used to imple......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Queue 2 Questions
1. A hospital uses a queue to manage patient appointm......
Marks: 6.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 13 Nov, 2025 | Course Teacher: Md. Samsuddoha
Solution is Coming!
2. Implement a queue using two stacks. Analyze the ti......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Quick Sort 2 Questions
1. Define divide and conquer. How does it apply to Me......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
2. Using Quick Sort, sort the array A = (2, 8, 7, 1, ......
Marks: 4.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Recursion 2 Questions
1. Write recursive formulas for: â€ĸ Fibonacci sequenc......
Marks: 4.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
2. What data structure is commonly used to implement ......
Marks: 2.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Selection Sort 1 Questions
1. Consider the array, A = [29, 10, 14, 37, 13]. a) ......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Shell Sorting 1 Questions
1. Sort the following items using the Shell Sort algo......
Marks: 5.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Draw a simple diagram of a singly linked list with......
Marks: 3.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
Space Complexity 2 Questions
1. Write down the differences between the two algorit......
Marks: 3.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
2. Write down the algorithm for Insertion Sort and an......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Stable Sorting 1 Questions
1. What do you mean by stable sorting? Sort the follo......
Marks: 4.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
Stack 2 Questions
1. Consider a stack implemented using an array with m......
Marks: 5.00 | Exam: 2nd Mid | Session: 23-24 | Exam Date: 17 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
2. Describe how a priority queue can be used to imple......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Working Modulo With q = 11, how many spurious hits......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
Time Complexity 3 Questions
1. Write down the differences between the two algorit......
Marks: 3.00 | Exam: 1st Mid | Session: 21-22 | Exam Date: 08 Oct, 2023 | Course Teacher: N/A
Solution is Coming!
2. Write down the algorithm for Insertion Sort and an......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
3. Implement a queue using two stacks. Analyze the ti......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!
1. Define Data Structure. Briefly explain common type......
Marks: 5.00 | Exam: Class Test | Session: 23-24 | Exam Date: 02 Sep, 2025 | Course Teacher: N/A
Solution is Coming!
UVA Problem 1 Questions
1. A well renowned UVA Problem: 10334, Suppose we put......
Marks: 3.00 | Exam: Final | Session: 22-23 | Exam Date: 28 Nov, 2024 | Course Teacher: N/A
Solution is Coming!