easy
nnice!
Is O(n^2) best practice if O(n) is possible?
The task doesn't specify whether the array can be empty, but anyway thanks for the remark
if len(arr) == 0 then arr[0] will panic
I like this solution
Loading collection data...
easy
nnice!
Is O(n^2) best practice if O(n) is possible?
The task doesn't specify whether the array can be empty, but anyway thanks for the remark
if len(arr) == 0 then arr[0] will panic
I like this solution