Advanced Algorithms Theoretical Questions

Advanced Algorithms Theoretical Questions

University

30 Qs

quiz-placeholder

Similar activities

EXAMEN RECUPERATIVO COMUNICACIÓN Y LENGUAJE

EXAMEN RECUPERATIVO COMUNICACIÓN Y LENGUAJE

University

31 Qs

MindMaze : DSA Version

MindMaze : DSA Version

University

30 Qs

ARTERIAS, VENAS, LINFATICOS Y NERVIOS DE LA CABEZA Y CUELLO

ARTERIAS, VENAS, LINFATICOS Y NERVIOS DE LA CABEZA Y CUELLO

University

25 Qs

Test n°9 (Economie) BTS : L'intervention de l'Etat dans l'éco.

Test n°9 (Economie) BTS : L'intervention de l'Etat dans l'éco.

University

25 Qs

Rhannau ymadrodd

Rhannau ymadrodd

University

25 Qs

CABEZA

CABEZA

University

25 Qs

Institución escolar y cultura organizacional

Institución escolar y cultura organizacional

University

23 Qs

Pasapalabra 3 (v1)

Pasapalabra 3 (v1)

KG - University

25 Qs

Advanced Algorithms Theoretical Questions

Advanced Algorithms Theoretical Questions

Assessment

Quiz

Education

University

Medium

Created by

Yernur Zinelov

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of x^n?
Can we optimize it?

O(n^2).
No we can't.

O(n).

By optimizing it using “Exponentiation by Squaring”, it becomes O(log n).

O(n).

No we can't.

O(n*log n).

By optimizing it using “Exponentiation by Squaring”, it becomes O(log n).

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of id[] array entries that can change (from one value to a different value) during one call to union when using the quick-find data structure on n elements?

log n

1

n - 1

n

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of "union" and "find" operation in Quick-Find?

Union: O(n)

Find: O(1)

Union: O(n)

Find: O(n)

Union: O(1)

Find: O(n)

Union: O(n)

Find: O(log n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the maximum number of array accesses during a find operation when using the quick-union data structure on 𝑛 elements. How does this quantity grow as function of 𝑛?

constant

logarithmic

quadratic

linear

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of "union" and "find" operations in Quick-Union?

Union: O(n)

Find: O(n)

Union: O(n)

Find: O(1)

Union: O(1)

Find: O(n)

Union: O(log n)

Find: O(n)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Time complexity of Weighted Quick-Union?

Union: O(log n)

Find: O(log n)

Union: O(log n)

Find: O(n)

Union: O(n)

Find: O(log n)

Union: O(1)

Find: O(log n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does adjacent mean in a graph?

Two vertices connected directly by an edge.

Two vertices connected undirectly.

Two vertices connected by something.

Two vertices connected but not directly.

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?