A simple typescript-based solution for the Ferry Problem.
npm install
to install all the dependenciesnpm run test
to run the test suitenpm run build
to generate the js in thedist
foldernode dist/index.js
to run the script with the default set of instructions (contained in theinstructions
file)node dist/index.js /your/custom/file/path
to run the script with a custom set of instructions