The project provides fully featured Index2D and Map classes that can be used to display maps/images as a grid on the
screen.
See here for more info.
- Flood fill
- BFS based shorted path algorithm
- Distance maps
- Rescaling
- Implement
Index2D.java - Add
Index2DTest.java - Implement the Map class in
Map.java(based on the interface inMap2D.java), including tests and documentation - Implement the Ex2_GUI class in
Ex2_GUI.java(useStdDraw.javafrom class 4, see below) - Complete
README.mdand add images of the output fromEx2_GUI.java - Make the repo public and submit the assignment
