WIP: sort tree
This is my take on a solution to keep children of a directory sorted when we create a new file in it. It's a O(n) operation worstcase.
Edited by Daniel Buch Hansen
This is my take on a solution to keep children of a directory sorted when we create a new file in it. It's a O(n) operation worstcase.