/filetree

Creating a way to display a filetree to practice recursion.

Primary LanguagePython

FileTree

I wanted to better understand recursion and how to implement it effectively, so I thought a good project would be to make a recursive file tree display of a given folder.