Complete the function, Complete this function, fewestMoves(), to return the minimum number of moves to win a given game of Snakes & Ladders.
The function header is in the MokshaPatam java file. Write your code there.
A tester file has been provided for you. It utilizes junit tests. To use this test file, run either the entire thing or individual tests (one at a time). There are five test cases, each of which will load data from [test number].txt, which is in the test_files directory.