readme

来自「K条路 算法 计算最短路径 CVC8」· 代码 · 共 21 行

TXT
21
字号
ksp is a implementations of finding the k shortest paths algorithm.It is also a C/C++ library including some classical graph relative algrithm implementations. More information about ksp as well as the latest official release offlex can be found at:http://ksp.sourceforge.net/The ksp distribution contains the following directories and files which may be of interest:README - This file.Makefile - making file under linuxKSP.vcproj - vc project fileinclude/ - containing header files.source/  - containing cpp source fileslib/ - containing library file compiled by Makefilebin/ - containing executable file compiled by MakefilePlease send bug reports and feedback to sharperdavid@hotmail.com

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?