Skip to content

An attempt to solve "Skiing in Singapore - a coding diversion"

Notifications You must be signed in to change notification settings

anthochristen/Skiing-in-Singapore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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:

  1. Ski, contains the code to ski over and over.
  2. SkiMap, is a POJO that contains the represtns the data file.
  3. Coordinate, also a POJO that represents the coordinates for each point in the Map.
  4. Path, represents the path taken so far and methods to compare paths

Run Using,

java Ski <path_to_dat_file>

About

An attempt to solve "Skiing in Singapore - a coding diversion"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages