T There are 2 buildings and on each’s window, a flower pot is kept. Ravi’s mother tells him to multiply each cell/window to the other and store in a matrix ? What would be time complexity if he writes a code to do so ? August 27, 2021 1 Min Read 0 63 August 27, 2021 1 Min Read 0 63 Answer : D. Theta(n2) Programming Editor Continue Reading
W Which of the following has the quickest average time complexity ? July 13, 2021 1 Min Read 0 43 July 13, 2021 1 Min Read 0 43 Answer : B. Radix Data Structure Editor Continue Reading
I In regards to time complexity which will perform better ω(n4) or O(n3) ? July 13, 2021 1 Min Read 0 134 July 13, 2021 1 Min Read 0 134 Answer : A. ω(n4) Data Structure Editor Continue Reading