We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6d3ce commit b9e8950Copy full SHA for b9e8950
1 file changed
D3128_Algorithms/tex/revision.tex
@@ -80,4 +80,8 @@ \subsection*{\paperno r4}
80
\item Link Analysis: Jaccard Coefficient.
81
\item Minimum Spanning Tree: Kruskal, Inplace Kruskal, and Prim.
82
\end{itemize}
83
+ \item Replace raw container (range) predecessor and distance parameters with function objects
84
+ (\tcode{PredecessorFn}, \tcode{DistanceFn}) constrained by new \tcode{predecessor_fn_for} and
85
+ \tcode{distance_fn_for} concepts, enabling flexible storage strategies for per-vertex properties.
86
+ Add \tcode{container_value_fn} adaptor and \tcode{_null_predecessor} sentinel for convenience.
87
0 commit comments