Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Typo in sssp #3

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Typo in sssp #3

merged 1 commit into from
Oct 15, 2020

Conversation

bkj
Copy link
Contributor

@bkj bkj commented Oct 15, 2020

d_distances is a vector of distances from the source vertex to all other vertices -- so it only needs to be num_nodes long, not num_edges

`d_distances` is a vector of distances from the source vertex to all other vertices -- so it only needs to be `num_nodes` long, not `num_edges`
@neoblizz neoblizz merged commit 9d9ec15 into master Oct 15, 2020
@neoblizz neoblizz deleted the sssp-patch-1 branch December 8, 2020 18:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants