@pankajgupta I have made some changes. Please have a look.
If node IDs are not unique, then I'm negating the IDs of Left Nodes.
I don't think this will increase the time complexity as this was done at Node Level before instead inside the Bipartite Graph and memory should also be same. What do you think?
@pankajgupta I have made some changes. Please have a look. If node IDs are not unique, then I'm negating the IDs of Left Nodes. I don't think this will increase the time complexity as this was done at Node Level before instead inside the Bipartite Graph and memory should also be same. What do you think?