1.
Dijkstra’s algorithm is based on
2.
Given A, an array of size n, comprised of an increasing sequence of numbers followed immediately by a decreasing one. What is worst case time complexity of optimal algorithm to determine if a given number x is in the array?
3.
4.
5.