Data Structure

Answer all questions carefully. After submission, you will see a detailed result and answer review.

Question 1
What is the time complexity of the selection sort algorithm?
Question 2
How is the time complexity of the binary heap construction expressed?
Question 3
What is the time complexity of the delete operation in a binary search tree (BST)?
Question 4
How is the time complexity of the breadth-first search (BFS) algorithm in a graph characterized?
Question 5
True or False: A map/dictionary stores values in a specific order
Question 6
How is the time complexity of the radix sort algorithm characterized?
Question 7
How is the time complexity of bubble sort characterized?
Question 8
What is the time complexity of the insertion operation in a binary search tree (BST)?
Question 9
How is the time complexity of the bubble sort algorithm in the best-case scenario characterized?
Question 10
How is the time complexity of the merge sort algorithm characterized?