A Terminal based file used to solve Mazes using Path Finding Algorithm like Breadth First Search. It has a static starting and end point, therefore you can tweak it as per your requirement.
- Mark the Shortest path from Start to the End Point
Color | Hex |
---|---|
Primary Color | #4d6386 |
Secondary Color | #393E46 |
Accent Color | #00ADB5 |
Text Color | #EEEEEE |
Aryan Sharma - @twitter_handle - arpan140320@gmail.com
Project Link: https://github.com/aryshr/Maze-Solver
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies
Meanwhile, the compiled output files will be generated in the bin
folder by default.
If you want to customize the folder structure, open
.vscode/settings.json
and update the related settings there.
The JAVA PROJECTS
view allows you to manage your dependencies. More details can be found here.
a1f16ed (Pushed all the project files)