Drawing Trees

In the application for today’s lab, we will be using trees to represent folders and files in a file system. To practice for that, let’s draw some file systems as trees. In the warmup folder in your Lab 6 GitHub repository, there are two subfolders, A and B. If we were to draw folder A and its contents as a tree, it would look like this:

Now, with a partner, look through folder B, and draw it as a tree. To get credit for this part of the warmup, take a picture of your finished drawing and add/commit/push it to your GitHub repository for Lab 6.