Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

4th - 12th Grade

44 Qs

quiz-placeholder

Similar activities

Rubik's cube

Rubik's cube

KG - Professional Development

40 Qs

GP 003_Spell Called Questionnaire

GP 003_Spell Called Questionnaire

7th - 9th Grade

40 Qs

House Meeting Week 4

House Meeting Week 4

7th - 12th Grade

45 Qs

Quiz PPDB UPT SMAN 1 Wajo Part 2

Quiz PPDB UPT SMAN 1 Wajo Part 2

7th - 11th Grade

40 Qs

End of the Year - Anything Goes!

End of the Year - Anything Goes!

4th Grade

46 Qs

Aphmau Fan

Aphmau Fan

9th Grade - Professional Development

40 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

Assessment

Quiz

Fun

4th - 12th Grade

Hard

Created by

Kar Bag-ayan

Used 1+ times

FREE Resource

44 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Big Oh notation for an algorithm with a constant run time?

O(n)

O(log n)

O(1)

O(n log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a singly linked list, what is the run time complexity for insertion at the head or tail?

O(n)

O(log n)

O(1)

O(n^2)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operations on a binary search tree (BST) has a run time complexity of O(log n) when the tree is balanced?

Insertion

Searching

Deletion

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between a singly linked list and a doubly linked list?

Singly linked lists have nodes with references to both next and previous nodes

Doubly linked lists have nodes with references to both next and previous nodes

Singly linked lists are more complex to implement

Doubly linked lists do not support traversal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the MinHeapify algorithm in a heap?

To delete the minimum value

To maintain the min-heap property after insertion

To search for a value

To traverse the heap

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is typically used to implement a priority queue?

Linked list

Binary search tree

Heap

Array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the run time complexity of the bubble sort algorithm?

O(n log n)

O(n^2)

O(log n)

O(n)

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?