diff --git a/README.md b/README.md index c05f1c271e90ce3392a5eb08e05451f9eaaf1bc2..22f6fa3cc72451c6d12e860c120022096d77ff2a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ #### 介绍 最小路径设计 +迪科斯彻算法使用了广度优先搜索解决赋权有向图或者无向图的单源最短路径问题,算法最终得到一个最短路径树。该算法常用于路由算法或者作为其他图算法的一个子模块。 #### 软件架构 软件架构说明 @@ -35,3 +36,5 @@ 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) + +