I was looking for an algorithm, so the OS is not a problem, how to scroll through folders without using recursion.
Recursion is not the answer, because recursion cannot go on to "infinity" further, while a "while loop" can get there.
The programming language does not matter.
source
share