I\'m trying to recursively sort nested lists. For example for input
[[4, 7, 1], [], [8], [0, 5]]
I want to get an output
[[0,