Returns vertices (r,c) connected by edge e

What will be an ideal response?


```
void Digraph :: getEdge(const int e, int& r, int& c) const
{
r = edges[e][0];
c = edges[e][1];
}

```

Computer Science & Information Technology

You might also like to view...

Which statement is true?

a. An If…Then statement cannot be nested inside a While statement. b. An If…Then statement cannot be nested inside an If…Then statement. c. A While statement cannot be nested inside an If…Then statement. d. None of the above.

Computer Science & Information Technology

A data source file can be used for only one form document file

Indicate whether the statement is true or false

Computer Science & Information Technology

The Change Color button is located on the SmartArt Tools ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

When formulas are displayed in a worksheet, what happens?

A) Top and bottom margins are decreased. B) Left and right margins are decreased. C) Column width is increased. D) Row height is increased.

Computer Science & Information Technology