Bug Report for https://neetcode.io/problems/python-min-max-shortcut Minor text error in the problem description it says "by subtracting the element on the left from the element on the right." in the example it shows `Given the list [10, 1, 3, 7], the maximum adjacent difference is 7 - 3 = 4.` Which is taking the right value and subtracting the left one.