Ngozi Adeyemi · attempt 2 of 20 points
What is the worst-case time complexity of searching for a value in an unsorted array of n elements?
Binary search can be applied directly to an unsorted array.
Which of the following operations are constant time on a doubly linked list, given a reference to the node involved?