There was an error while loading. Please reload this page.
1 parent ed6d3ce commit 313781eCopy full SHA for 313781e
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