Document Analysis

Introduction

The goal of this lab is to practice using recursion to interact with recursively structured data. One example of a recursively structured collection is the file system of a computer. A file system is made up of directories, each of which may contain additional directories.

Files

The following files are provided:

Instructions

Submitting

Submit your completed version of DirectorySearcher.java and your new driver class through Canvas.