Magnitude Pole: An element in an array whose left hand side elements are lesser than or equal to it and whose right hand side element are greater than or equal to it.
O(N) in each step above, as visiting each node once, so O(N) overall.