Suppose we have an array with elements [ [a,b], [c,d], [d,e], ....... ].
In this case the length of array is suppose n.
Since the nested arrrays are of fixed length 2 . Will its complexity be considered as O(n) or wiil it be considered as order of 2D array.