What is the time complexity of iterating through all elements in an array?
AlgoWhiz Quiz

Quiz
•
Other
•
University
•
Hard
Taruna D
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O(1)
O(log n)
O(n)
O(n^2)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In which type of tree is every parent node's value greater than the values of its child nodes?
Binary Search Tree
AVL Tree
Max Heap
Red-Black Tree
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the pre-order traversal of a binary tree?
Visiting the left subtree, then the root, then the right subtree.
Visiting the root, then the left subtree, then the right subtree.
Visiting the left subtree, then the right subtree, then the root.
There is no specific order for pre-order traversal.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the best data structure to use for storing a collection of unique elements and checking if a specific element exists?
Array
Linked List
Hash Table
Stack
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of inserting an element at the beginning of a singly linked list?
O(1)
O(log n)
O(n)
O(n^2)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of using a hash table over a linked list for search operations?
Lower memory usage
Better average-case time complexity
Easier to implement
Supports sorted data
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following properties does a Binary Search Tree (BST) maintain?
All nodes have at most two children
All nodes are either red or black
Left subtree contains values less than the node, right subtree contains values greater
All levels are fully filled except possibly the last
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
DS Quiz

Quiz
•
University
13 questions
Kuis DAA - Greedy

Quiz
•
University
15 questions
ECG Review

Quiz
•
University
10 questions
Coding Challenge Round 1

Quiz
•
University
20 questions
CodeMavarick

Quiz
•
University
20 questions
Konsep dasar Struktur Data

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

Quiz
•
12th Grade - University
15 questions
Binary Search Tree and Hashing Quiz

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