Skip to content

Releases: shivyam/MazeSolver

Final

Choose a tag to compare

@shivyam shivyam released this 29 Jan 05:01
  • Final code for A1

MVP

MVP

Choose a tag to compare

@shivyam shivyam released this 26 Jan 01:39
a5ac623

Minimum Viable Product of Maze Runner:

  • finds a path for a straight maze
  • validates user-inputted path sequence for a straight maze
  • returns generated maze path in factorized form

Tutorial #1

Choose a tag to compare

@shivyam shivyam released this 14 Jan 07:00
  • Input file is loaded to use an option reacting to -i
  • Replaced "System.out.println" with "logger.info"