man coming up with that intuition is crazy. I can never do that in an interview. I am utterly confounded.
@FisherCoder3 жыл бұрын
Practice makes perfect! :)
@algorithmimplementer4154 жыл бұрын
Nice explanation!
@FisherCoder4 жыл бұрын
Glad it was helpful!
@johnleonardo4 жыл бұрын
You're a legend
@CodeSuccessChronicle3 жыл бұрын
Legend 🙏
@nero-kun-here4 жыл бұрын
return n*n/4 1 liner solution Thank me later
@helloworld-hv9oy3 жыл бұрын
how did you figure that out? very clever!
@niveditha-75553 жыл бұрын
Can you explain the intuition behind it
@tanayshah2753 жыл бұрын
For O(1) refer this : leetcode.com/problems/minimum-operations-to-make-array-equal/discuss/1145082/Simple-O(1)-1-Liner-or-Easy-Solution-w-Explanation-or-Beats-100