I am trying to implement function that checks if nested list is binary search tree for e.g [50, [44, 30, 48], [80, [66, 60, 67], 88]] i have this list that
[50, [44, 30, 48], [80, [66, 60, 67], 88]]