On May 20, 9:16 am, yogi_bear_79 <yogi_bear...@yahoo.comwrote:
Quote:
On May 19, 9:01 pm, red floyd <no.s...@here.dudewrote:
>
Quote:
yogi_bear_79 wrote:
Quote:
[do my homework redacted]
>
Quote:
And what, precisely, was your C++ language question/
>
The Class is Data Structures and Algorithm Analysis in C++, are you
saying this isn't the best group for such discussion? And I didn't
ask for anyone to do my home work, I explained each of my anwsers and
asked for some guidence.
Actually, these questions have nothing to do with C++.
They are all language independent data structures questions.
Here is not a good place to ask these questions,
and I don't know a good group to discuss algorithm and DS.
Anyway, let me try to answer them:
1. c. For a graph with two vertices u, v,
if there are two edges connect u-v and v-u, the graph is cyclic.
2. e. strongly connected graph
3. a. If a edge is from u->v, and at the same time v->u,
there is no direction.