Pathfinding algorithms using processing to draw to screen. Processing library available here.
###Running the source Download the Processing application, and add core.jar as a library to the project.
Create a new class extending Algorithm in the algorithms package, add an enum, which will display as the name in the program, to the AlgorithmType Enum file, and add the enum type and class instantiation to Pathfinder.java's AlgorithmType enum switch statement.