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
I think one of them was that the CH query code did a full
dijkstra on the up and down graphs rather than stopping once it there is
some meeting point that is optimal.
From BMA:
That was just lazyness on my part. The improvement would result in a
constant factor speedup, more or less.
The text was updated successfully, but these errors were encountered:
From David Turner:
From BMA:
That was just lazyness on my part. The improvement would result in a
constant factor speedup, more or less.
The text was updated successfully, but these errors were encountered: