- download repo
npm i
npm webpack serve
- open http://localhost:8080/
or open LIVE
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.[1] One major practical drawback is its space complexity, as it stores all generated nodes in memory.
More Information HERE
- TypeScript
- Webpack
- TypeDoc