Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soul-master/ts-astar-search
Port from https://github.com/bgrins/javascript-astar
https://github.com/soul-master/ts-astar-search
Last synced: about 1 month ago
JSON representation
Port from https://github.com/bgrins/javascript-astar
- Host: GitHub
- URL: https://github.com/soul-master/ts-astar-search
- Owner: Soul-Master
- Created: 2023-04-19T20:05:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-04-19T20:28:24.000Z (over 1 year ago)
- Last Synced: 2023-08-04T23:22:27.445Z (over 1 year ago)
- Language: TypeScript
- Size: 1.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A* search for TypeScript
After checkout, please run the following commands.
```
npm install
npm run build
```After that, you may run one of the following command to demo code.
```
node index in-1.txt
node index in-2.txt
node index in-3.txt
node index in-4.txt
node index in-5.txt
```![image](https://user-images.githubusercontent.com/442046/233188303-e61371fc-2a73-4d38-b6b5-2b86c7ac900d.png)
Demo on StackBlitz
https://stackblitz.com/edit/node-3kbhxs