Given a list of lists like this:
[[2, 7], [1, 4], [0, 5, 6]]
How can I check if there is a valid ascending order in this list. For example th