Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

P.A.T.R.O.L vol 1

P.A.T.R.O.L vol 1

University

20 Qs

CPU Scheduling Algorithms Quiz

CPU Scheduling Algorithms Quiz

University

15 Qs

OnRamps Chemistry 301 Unit 0 Part 1 - Exam 1

OnRamps Chemistry 301 Unit 0 Part 1 - Exam 1

University

25 Qs

NUMBER THEORY AND CRYPTOGRAPHY QUIZ

NUMBER THEORY AND CRYPTOGRAPHY QUIZ

University

20 Qs

Tiếng Anh

Tiếng Anh

University

15 Qs

CODE 4 KITSW ROUND - 4

CODE 4 KITSW ROUND - 4

University

15 Qs

Soal Grafem dalam Bahasa Indonesia

Soal Grafem dalam Bahasa Indonesia

University

15 Qs

Sistema Celular 1

Sistema Celular 1

University

18 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Others

University

Hard

Created by

M. Sudharsan M. Sudharsan

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures can be used to implement a queue?

Stack

Linked List

Array

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity to search an element in a balanced binary search tree?

O(n)

O(log n)

O(n log n)

O(1)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following data structures is the insertion of data elements done at one end, called the rear, and deletion is done from the other end, called the front?

Stack

Queue

Linked List

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal technique of binary trees ensures the nodes are processed in ascending order for a Binary Search Tree (BST)?

Preorder

Inorder

Postorder

Level-order

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in recursion?

Queue

Stack

Tree

Graph

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity for inserting an element in an array at the beginning is:

O(1)

O(log n)

O(n)

O(n^2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a max-heap, the value of the root node is:

Less than its child nodes

Greater than or equal to its child nodes

Equal to its child nodes

None of the above

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?