getNeighbors

fun getNeighbors(level: Int, node: Int): NeighborArray

Returns the NeighborQueue connected to the given node.

Parameters

level

level of the graph

node

the node whose neighbors are returned, represented as an ordinal on the level 0.