Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

20 Qs

quiz-placeholder

Similar activities

5,67,8

5,67,8

University

21 Qs

Quiz Reviewer 6: Week 6_Malicious Software

Quiz Reviewer 6: Week 6_Malicious Software

University

22 Qs

Sinalização Celular e Endereçamento de Ptn

Sinalização Celular e Endereçamento de Ptn

University

16 Qs

Generalidades Aminoacidos

Generalidades Aminoacidos

University

15 Qs

energia

energia

University

20 Qs

HIMPUNAN 3B

HIMPUNAN 3B

University

20 Qs

ABA - Study Quiz Two

ABA - Study Quiz Two

University

20 Qs

Himpunan 3A

Himpunan 3A

University

20 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?