You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bryson Zimmerman 2829da878c
Increase statistics resolution to microseconds, add additional benchmarking tests
10 months ago
.idea Fixing an issue 11 months ago
gradle/wrapper Project Setup 2 1 year ago
src Increase statistics resolution to microseconds, add additional benchmarking tests 10 months ago
.gitignore Update gitignore 12 months ago
README.md Update README 10 months ago
build.gradle.kts Removed java 8 from the toolchain 11 months ago
gradle.properties Project Setup 2 1 year ago
gradlew Project Setup 2 1 year ago
gradlew.bat Project Setup 2 1 year ago
primmaze2.exe Add ross's maze for Rust-implementation comparison 11 months ago
settings.gradle.kts Significant adjustments to MazeFinder and data structures to improve speed and memory efficiency 12 months ago

README.md

HierarchicalPathfinding

Find my code inside ./src/

Open project using IntelliJ IDEA for compilation, build with Gradle

primmaze2.exe was developed by a friend and included here for benchmarking comparison purposes