Hardik Pawar
Hardik Pawar
I am not one of the project owners/maintainers of this repository. You could ping @alxkm or @siriak .
I have included `arrivalTime` in the algorithm as suggested.
The suggested changes have been implemented.
Thanks!
I think the infer check is failing because I added a new dependency (mockito) in the pom.xml file. Mockito is needed for mocking the random number generator in the test...
I have fixed the bug.
I have replaced the main method with JUnit tests.
The suggested changes for the class & function documentation improvement have been implemented.
I modified the class to accept a maze as a parameter and return the solution instead of printing it. I also added JUnit tests to validate the functionality.