关于[A Simple Pathfinding Laboratory]的摘要:
In this article, we will take a look into a simple pathfinding laboratory--a web application where users can edit map and compare paths found by different pathfinding algorithms and heuristic functions. The project is built on the following frameworks and technologies: ASP.NET Core MVC and Web API - for general website functionalities Bootstrap, jQuery, TypeScript, HTML5 - for front-end presentation LINQ to A* - for pathfinding algorithms behind Web API, the core part of the project
原文地址: https://www.codeproject.com/Articles/1250578/A-Simple-Pathfinding-Laboratory