HackerRank icon indicating copy to clipboard operation
HackerRank copied to clipboard

C# solution for 2D Arrays-DS problem

Open AnkitDev65 opened this issue 6 years ago • 1 comments

AnkitDev65 avatar Jan 11 '19 11:01 AnkitDev65

@AgrawalAnkie you've mentioned the time complexity in your thoughts as O(n2). If you are trying to convey quadratic complexity i.e. "n raised to the power 2" because of nested loops in your solution then you should write it as O(n^2).

rasik210 avatar Jan 11 '19 23:01 rasik210