# 寻路算法 **Repository Path**: lty2021/path-finder ## Basic Information - **Project Name**: 寻路算法 - **Description**: 寻路算法的演示项目 主页:http://lty2021.gitee.io/path-finder - **Primary Language**: TypeScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: http://lty2021.gitee.io/path-finder - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-02-20 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PathFinder #### 介绍 路径搜索算法,可视化演示 #### 主要功能 - 广度优先搜索 - 迪科斯特拉算法 - 贪婪算法 - A*算法 #### 创建日期 - 2020/2/20