twitter / cassovary

Cassovary is a simple big graph processing library for the JVM
http://twitter.com/cassovary
Apache License 2.0
1.05k stars 150 forks source link

Bipartite graph spec #107

Closed AnishShah closed 9 years ago

szymonm commented 9 years ago

Hi @AnishShah, please fill your name on the list in the sheet here #91 whenever you start working on some test.

bartekkalinka commented 9 years ago

@AnishShah, I've put your name instead of mine in the BipartiteGraphSpec row of this sheet

AnishShah commented 9 years ago

@pankajgupta I have made the changes. createLeftNode and createRightNode methods return the node and I'm assigning it to the array element. Is it OK? or is there anyway we can refactor this ?

pankajgupta commented 9 years ago

Your refactoring looks good