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 62 August 27, 2021 1 Min Read 0 62 Answer : D. Theta(n2) Programming Editor Continue Reading
A A code with θ(n) and θ(n2) complexity. Which code will execute faster for a code of size J ? August 27, 2021 1 Min Read 0 53 August 27, 2021 1 Min Read 0 53 Answer : C. Cant be said as size of K is unknown Programming Editor Continue Reading