# other **Repository Path**: antcoding/other ## Basic Information - **Project Name**: other - **Description**: 二分查找非递归算法、分治算法、动态规划算法、暴力匹配算法、KMP算法、贪心算法、Prim算法、克鲁斯卡尔算法、迪杰斯特拉算法、Floyd算法等; - **Primary Language**: C - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-05-18 - **Last Updated**: 2023-09-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # other #### 介绍 二分查找非递归算法、分治算法、动态规划算法、暴力匹配算法、KMP算法、贪心算法、Prim算法、克鲁斯卡尔算法、迪杰斯特拉算法、Floyd算法等; ###### prim -- 普里姆算法 ###### Kruskal -- 克鲁斯卡尔算法 ###### DIJ -- 迪杰斯特拉算法 ###### TopologicalSort -- 拓扑排序 ###### CriticalPath -- 关键路径算法