DS Final Review

DS Final Review

University

48 Qs

quiz-placeholder

Similar activities

CS8391 - DS - IAT2

CS8391 - DS - IAT2

University

50 Qs

Data Structure and Algorithm

Data Structure and Algorithm

University

43 Qs

CS8391 - Data Structure  - IAT I

CS8391 - Data Structure - IAT I

University

50 Qs

PCPH 0001

PCPH 0001

University

50 Qs

Recursion in C/Java/Python

Recursion in C/Java/Python

University

50 Qs

Know Your Keyboard 20 sec

Know Your Keyboard 20 sec

6th Grade - University

46 Qs

CODE_ASSESMENT

CODE_ASSESMENT

University

50 Qs

Data structure

Data structure

University

50 Qs

DS Final Review

DS Final Review

Assessment

Quiz

Computers

University

Easy

Created by

Cayden Henderson

Used 6+ times

FREE Resource

48 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recursion is a method in which the solution of a problem depends on __________.

Larger instances of different problems

Larger instances of the same problem

Smaller instances of different problems

Smaller instances of the same problem

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will happen when the code snippet is executed?

The code will run for some time and stop when the stack overflows

The code will be executed successfully and random output will be generated

The code will show a compile time error

The code will be executed successfully and no output will be generated

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following recursive code do?

Prints the numbers from 10 to 1

Prints the numbers from 10 to 0

Prints the numbers from 0 to 10

Prints the numbers from 1 to 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Most Efficient Time Complexity of Topological Sorting is?

O(V)

O(V+E)

O(E)

O(V*E)

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Consider an implementation of unsorted singly linked list. Suppose it has its representation with a head pointer only. Given the representation, which of the following operation can be implemented in O(1) time?

Insertion at the front of the linked list

Insertion at the end of the linked list

Deletion of the front node of the linked list

Deletion of the last node of the linked list

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In most of the cases, topological sort starts from a node which has

Maximum Degree

Minimum Degree

Any degree

Zero Degree

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the most commonly used data structure for implementing Dijkstra's Algorithm?

Min priority queue

Stack

Circular queue

Max priority queue

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?