In graphs, A hyperedge is an edge that is allowed to take on any number of _____________

Options
- Vertices
- edges
- both a and b
- labels


CORRECT ANSWER : Vertices

Discussion Board
echo Alert::widget([ 'options' => ['class' => 'alert-info'], 'body' => Yii::$app->session->getFlash('postDeleted'), ]);

echo Alert::widget([
'options' => ['class' => 'alert-info'],
'body' => Yii::$app->session->getFlash('postDeleted'),
]);

echo Alert::widget([ 'options' => ['c 03-25-2017 01:40 PM

Data Structure - Hyperedge

In graphs, A hyperedge is an edge that is allowed to take on any number of vertices. Hypergraphs are generalized graphs where each edge may link subsets of more than two vertices. A hyperedge is a set of vertices of a hypergraph.

Prajakta Pandit 01-31-2017 11:30 PM

A hyperedge is an edge that is allowed to take on any number of vertices, possibly more than 2. A graph that allows any hyperedge is called a hypergraph.

Correct answer is Vertices.

Naveena 11-19-2014 03:40 AM

graphs

should be vertices or nodes. Edges only connect to nodes in graphs

jian 06-13-2014 08:51 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement