What is the time complexity of binary search on a sorted array?

In-Lab5

Quiz
•
Other
•
University
•
Medium

Tony Abi Haidar
Used 1+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O(1)
O(n log n)
O(log n)
O(n)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the depth of a leaf node in a tree?
Depth is undefined
2
0
1
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a binary search tree, the data in the left sub-tree is:
Less than or equal to the parent node
Greater than the parent node
Randomly distributed
Equal to the parent node
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the worst-case depth of a binary search tree when inserting elements in sorted order?
O(log n)
O(n log n)
O(1)
O(n)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which traversal method visits nodes in the order of left, root, right?
In-order
Level-order
Pre-order
Post-order
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'next' pointer in a binary search tree?
To point to the root node
To point to the maximum of the left subtree
To point to the minimum of the right subtree
To point to the parent node
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when you remove a node with two children in a binary search tree?
Replace it with its right child
Relabel it with the value of its in-order successor
Replace it with its left child
Simply delete the node
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Binary Search Tree and Hashing Quiz

Quiz
•
University
10 questions
Tree Data Structure Quiz

Quiz
•
University
15 questions
Modul 3 - Analisis Jaringan

Quiz
•
University
10 questions
QUIZ3:-DATA STRUCTURE

Quiz
•
University
15 questions
AlgoWhiz Quiz

Quiz
•
University
11 questions
Group 2 - Trees

Quiz
•
University
10 questions
Exploring C++, Data Structures, and HTML

Quiz
•
12th Grade - University
16 questions
Data Structures Prelimes

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade