ADSA Moderate-Level Quiz

ADSA Moderate-Level Quiz

University

30 Qs

quiz-placeholder

Similar activities

BUG-OFF

BUG-OFF

University

30 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

221 quiz questions exam 2 prep

221 quiz questions exam 2 prep

University

26 Qs

C++ with DS

C++ with DS

University

25 Qs

Battle With DSA

Battle With DSA

University

30 Qs

Data Structures: Placement Preparations

Data Structures: Placement Preparations

University

25 Qs

3ICTH7H8DSA

3ICTH7H8DSA

University

25 Qs

Data Structures and  Its Applications

Data Structures and Its Applications

University

30 Qs

ADSA Moderate-Level Quiz

ADSA Moderate-Level Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Wasiha Tasneem

Used 2+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is ideal for reversing a string character-by-character?

Queue

Stack

Linked List

Hash Table

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of 'find' in Quick Find algorithm?

O(log N)

O(1)

O(N)

O(N log N)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which technique is used in Fisher-Yates Shuffle?

Recursion

Swap from left to right

Random swapping from end

Sorting

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the key difference between interval search and rectangle intersection?

Data structure used

Time complexity

Dimensionality

Use of loops

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following maintains balance using node splitting and merging?

AVL Tree

Binary Search Tree

Red-Black Tree

2-3 Tree

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method offers best performance for both find and union with optimizations?

Quick Find

Quick Union

Union by Rank with Path Compression

Simple array mapping

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which tree traversal do you visit Root → Left → Right?

Inorder

Preorder

Postorder

Level Order

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?