https://github.com/kkent030315/route-search-algorithm
Original Route Search Algorithm
https://github.com/kkent030315/route-search-algorithm
Last synced: 7 months ago
JSON representation
Original Route Search Algorithm
- Host: GitHub
- URL: https://github.com/kkent030315/route-search-algorithm
- Owner: kkent030315
- Created: 2019-12-12T04:11:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T17:55:35.000Z (about 5 years ago)
- Last Synced: 2025-02-28T22:18:21.833Z (8 months ago)
- Language: C#
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Route-search-algorithm
My first original algorithm for route search in a maze that based on A-Star and Dijkstra
Badly coded.The entire project can be found on [Qiita](https://qiita.com/kkent030315/items/b947688a1f83ccf2ac0f)


# The Algorithm

# The Issue
This algorithm is uncompleted. but it should work for almost situations.
