Where is the 2D array
InterviewBit Problems
Matrix Search : Unsolved
amit-bhattacharjee
2019-11-29 05:12:46 UTC
#1
Screenshot 2019-11-29 at 10.39.49 AM.png
1440×900 115 KB
How come there is only a single vector . the input should be a 2D vector of type vector<vector> &A
But here it shows only a 1D vector/array , how come we are supposed to analyse it like a 2D.
karankamboj289_2163
2020-07-02 13:43:12 UTC
#2
I can see 2d array here.