csc211

Data Structures and Algorithms

Easy Exam Preparation: 2 days
Question Papers (9)
logo

Community

FM: 60 PM: 24

Data Structures and Algorithms

2075 Boards

Section A

Answer any two questions.

1

How can you use stack to convert an infix expression to postfix? Convert infix expression (A + B)*(C – D) to postfix using stack.

10

!

2

Explain concept of divide and conquer algorithm. Hand test quick algorithm with array of numbers (78, 34, 21, 43, 7, 18, 9, 56, 38, 19).sorting What is time complexity of quick sort algorithm?

10

!

3

Discuss depth first and breadth first traversal of a graph with suitable example.

10

!

Section B

Answer any eight questions.

4

What do you mean by complexity of algorithms? How do you find time complexity?

5

!

5

Compare stack with queue. How is linear queue different from circular queue?

5

!

6

What is ADT? Discuss stack as an ADT.

5

!

7

Define recursive algorithm? How do you implement recursive algorithms while writing computer programs?

5

!

8

What are the benefits of using linked list over array? How can you insert a node in a singly linked list?

5

!

9

How do you implement binary search algorithm? What is time complexity of this algorithm?

5

10

What is hashing? Discuss rehashing with example.

5

!

11

How do you transverse a binary tree? Discuss.

5

!

12

Write short notes on:

Dynamic memory allocation
Game tree

5

!