Written a fair amount of recursive methods/functions. I do it a lot for file-processing code (things that have to recurse into subfolders and then into their subfolders, etc...), or almost any situation that uses a hierarchy.
Written a fair amount of recursive methods/functions. I do it a lot for file-processing code (things that have to recurse into subfolders and then into their subfolders, etc...), or almost any situation that uses a hierarchy.