Solves the Skiing in Singapore - - a coding diversion Puzzle. This is an attempt to solve it using Java, and an OO code.
A Brief Summary:
- Ski, contains the code to ski over and over.
- SkiMap, is a POJO that contains the represtns the data file.
- Coordinate, also a POJO that represents the coordinates for each point in the Map.
- Path, represents the path taken so far and methods to compare paths
Run Using,
java Ski <path_to_dat_file>