Application made to compete at sliding down a pyramid; to win the app needs to take the fastest path to the bottom.
The application takes the assumption that you can only traverse down the pyramid by jumping to smallest adjacent value.
You will need to have the following installed:
Node JS ( v12.x or higher)
npm ( v6.x or higher)
The application can be run by using either of the following commands:
npm run start
node index.js
The default file input used is lib/inputFiles/example.txt
and if you wish to specify another file as the input you can
do by running the command below:
node index.js {path-to-file}
Where {path-to-file}
is the location of the desired file.