Grokking the Engineering Manager Coding Interview
Ask Author
Back to course home

0% completed

Vote For New Content
I suggest changing `leftSquare = arr[left] * arr[left]` to `leftSquare = arr[lef...

Paul Montleau

May 11, 2022

I suggest changing leftSquare = arr[left] * arr[left] to leftSquare = arr[left] ** 2 for readability.

0

0

Comments
Comments
N
Neha 3 years ago

The solution lacks visual explanation. Hard to understand for beginners.