Implement breadth-first search using Hama

48 Views Asked by At

I've done some research, and I seem to be missing one small part.I understand how a Breadth-First Search works, but I don't understand how to partition nodes so that it can be computed parallely using hama.Is there any method to do it?

0

There are 0 best solutions below