Gr-affable icon indicating copy to clipboard operation
Gr-affable copied to clipboard

Type mismatch in vector.push_back

Open harpoonix opened this issue 2 years ago • 1 comments

https://github.com/harpoonix/Gr-affable/blob/29490773a25ca934196879cf466fa7604d601581/Strongly%20Connected/stronglyConnected.cpp#L39-L40

There seems to be a type mismatch between the argument passed to push_back and the arguments it expects. Can you find the problem and fix it?

harpoonix avatar Oct 10 '22 13:10 harpoonix

Raised PR https://github.com/harpoonix/Gr-affable/pull/28

pranavyatnalkar avatar Oct 14 '22 07:10 pranavyatnalkar