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
It would be great if there could be few comments here and there on how to use the HopcroftKarp code for someone who knows what the algorithm is and how it works. Specifically, please explain: size_u, size_v, nil, pair_u, pair_v, dist.
The text was updated successfully, but these errors were encountered:
Yeah, well it was the size of both the sets u and v, and the guy who is pair with each element of u in v and v in u. nil and dist I am not sure of, I will check and add those as comments. If you can come up with better names please do.
It would be great if there could be few comments here and there on how to use the HopcroftKarp code for someone who knows what the algorithm is and how it works. Specifically, please explain:
size_u, size_v, nil, pair_u, pair_v, dist
.The text was updated successfully, but these errors were encountered: