Method: Plexus::UndirectedGraphBuilder::Algorithms#balanced?

Defined in:
lib/plexus/undirected_graph/algorithms.rb

#balanced?(v) ⇒ Boolean

A vertex of an undirected graph is balanced by definition

Returns:

  • (Boolean)


16
# File 'lib/plexus/undirected_graph/algorithms.rb', line 16

def balanced?(v)  true;  end