billyneedshelp6056 billyneedshelp6056 13-03-2024 Computers and Technology contestada Given the following algorithm written in pseudocode. Assume that input to the algorithm NEW are an array A of length n. The time complexity of the function RANDOM (A) is assumed to be θ (n) . A) O(n) B) Ω(n) C) θ(n) D) O(1)