question archive This assignment lets you build a set of classes to support a program to find paths through a cave
Subject:Computer SciencePrice: Bought3
This assignment lets you build a set of classes to support a program to find paths through a cave. By the end of Unit 4, you will have a program that can read a 2-dimensional cave layout from a file, search the layout to find a path to a mirror pool, then print the path to take. This unit, you will build the infrastructure for this project, including storing data in a two dimensional structure, searching the data structure for a simple path from start to finish and reading data from a text file.
Preparation
See the announcements for the link to the GitHub repository for this assignment.
Directions
Write a class CaveExplorer, that has the following methods: