You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
As an example, the DS_WeightedGraph.h implementation of GetShortestPath() and GetSpanningTree() use the following template:
It was probably intended to use
!X.Empty()
instead.Note, there is a potential performance impact here (unquantified) given this is designed to be a performant algorithm.
The text was updated successfully, but these errors were encountered: