CSC211 Data Structures and Algorithms
Data Structures and Algorithms: most repeated questions
Questions that have come up in more than one paper, matched by what they ask rather than exact wording. Most repeated first.
- 3×Asked in 2081, 2080, 2075Define circular queue. How queue differ from stack. Write a program to implement linear queue.Answer coming10
See the wording in each paper
- Define circular queue. How queue differ from stack. Write a program to implement linear queue.TU Board 2081
- Explain queue as an ADT. Write a program to implement linear queue. Compare linear queue with circular queue.TU Board 2080
- Compare stack with queue. How is linear queue different from circular queue?TU Board 2075
- 3×Asked in 2081, 2080, 2078Define list. How can you use linked list to implement stack? Explain circular linked list.Answer coming10
See the wording in each paper
- Define list. How can you use linked list to implement stack? Explain circular linked list.TU Board 2081
- How can you use linked list to implement stack? Explain.TU Board 2080
- Explain circular linked list with example. How do you implement linked list operation in singly linked list? Explain.TU Board 2078
- 3×Asked in 2080, 2078, 2077Explain push and pop operations of stack. What are different applications of stack?Answer coming5
See the wording in each paper
- Explain push and pop operations of stack. What are different applications of stack?TU Board 2080
- Define Queue. Write are different applications of queue? Explain queue operations with example.TU Board 2078
- What is stack? What are the different applications of stack? Explain stack operations with example.TU Board 2077
- 3×Asked in 2081, 2079, 2075Write short notes on: 1. Breadth First traversal of graph 1. TOHAnswer coming5
See the wording in each paper
- 3×Asked in 2079, 2078, 2077Evaluate the postfix expression 574 8/4+ using stack.Answer coming5
See the wording in each paper
- 2×Asked in 2079, 2074Write a program to implement binary search.Answer coming5
See the wording in each paper
- 2×Asked in 2080, 2075Explain binary search with an example. What is the time complexity of binary search?Answer coming5
See the wording in each paper
- 2×Asked in 2078, 2077Hand test selection sort with array of numbers 4, 71, 32, 19, 61, 2, 5 in descending order.Answer coming10
See the wording in each paper
- 2×Asked in 2078, 2075How do you find complexity of algorithms? ExplainAnswer coming10
See the wording in each paper
- 2×Asked in 2078, 2074What is binary search tree? Write a program to implement insertion and deletion algorithms in binary search tree.Answer coming10
See the wording in each paper
- 2×Asked in 2081, 2079Sort the number 82, 73, 12, 39, 26, 88, 2, 9, 60, 41 using shell sort.Answer coming5
See the wording in each paper
- 2×Asked in 2080, 2077Write Dijkstra's algorithm to find shortest path between any two vertices of a graph.Answer coming5
See the wording in each paper
- 2×Asked in 2081, 2077Write a program to find GCD of two numbers using recursion.Answer coming5
See the wording in each paper