Generating subarrays

Is there any other efficient way for printing subaaray ??it is order of O(n^3)… ?

Hey @shamp@blocks
Yes this algo is N^3.
No there isn’t a better time complexity solution to print all subarrays.

1 Like