DS Final Review

DS Final Review

University

48 Qs

quiz-placeholder

Similar activities

Algoritma Analisis dan Desain Quiz

Algoritma Analisis dan Desain Quiz

University

50 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

Quiz81-DS

Quiz81-DS

University

45 Qs

GCSE Computer Science - 2.1-2.2

GCSE Computer Science - 2.1-2.2

University

43 Qs

CSE214 Final Review

CSE214 Final Review

University

44 Qs

Design and Analysis of Algorithms [5th Sem BCA]

Design and Analysis of Algorithms [5th Sem BCA]

University

45 Qs

CS8391 - DS - Model #1

CS8391 - DS - Model #1

University

50 Qs

Data Struct SA2

Data Struct SA2

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?