https://github.com/raveensr/a-star-path-finding-algorithm
This is program written in java using the A* algorithm. This algoirthm calculates distance on three main categories. Those are Euclidean, Manhatton and Chebyshew.
https://github.com/raveensr/a-star-path-finding-algorithm
a-star algorithm chebyshev euclidean java manhatton
Last synced: about 2 months ago
JSON representation
This is program written in java using the A* algorithm. This algoirthm calculates distance on three main categories. Those are Euclidean, Manhatton and Chebyshew.
- Host: GitHub
- URL: https://github.com/raveensr/a-star-path-finding-algorithm
- Owner: RAVEENSR
- Created: 2017-04-24T15:55:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-24T16:01:19.000Z (over 8 years ago)
- Last Synced: 2025-06-02T11:19:09.773Z (6 months ago)
- Topics: a-star, algorithm, chebyshev, euclidean, java, manhatton
- Language: Java
- Size: 652 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-Star-Path-finding-Algorithm
This is program written in java using the A* algorithm. This algoirthm calculates distance on three main categories. Those are Euclidean, Manhatton and Chebyshew.