https://github.com/psvensson/dijkstra-st
A port of a VisualWorks Smalltalk implementation to Pharo of the Dijkstra (A*) algorithm for pathfinding
https://github.com/psvensson/dijkstra-st
pharo pharo-smalltalk smalltalk
Last synced: 5 months ago
JSON representation
A port of a VisualWorks Smalltalk implementation to Pharo of the Dijkstra (A*) algorithm for pathfinding
- Host: GitHub
- URL: https://github.com/psvensson/dijkstra-st
- Owner: psvensson
- Created: 2019-11-21T13:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T20:34:40.000Z (over 6 years ago)
- Last Synced: 2025-02-18T11:14:16.594Z (over 1 year ago)
- Topics: pharo, pharo-smalltalk, smalltalk
- Language: Smalltalk
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dijkstra-st
A port of a VisualWorks Smalltalk implementation to Pharo of the Dijkstra (A*) algorithm for pathfinding