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];
}
```
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.
A data source file can be used for only one form document file
Indicate whether the statement is true or false
The Change Color button is located on the SmartArt Tools ________ tab
Fill in the blank(s) with correct word
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.