We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45bc3ca commit 79365d8Copy full SHA for 79365d8
2 files changed
images/graphs/DijkstraShortestPath.pdn
563 KB
src/graph_dijkstra.h
@@ -72,7 +72,7 @@ namespace cs
72
};
73
74
/**
75
- * @brief Finds the minimum-length path in directed @p graph
+ * @brief Finds the minimum-length path in a directed @p graph
76
* from a vertex with identifier @p from_id to every other vertex in the @p graph.
77
* For each vertex in the @p graph creates a structure DijkstraShortestPath_Data (containng
78
* the shortest length to this vertex and the pointer to its predecessor in the shortest path)
0 commit comments