Search Header Logo

Advanced Algorithms Theoretical Questions

Authored by Yernur Zinelov

Education

University

Used 4+ times

Advanced Algorithms Theoretical Questions
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?