Connecting Tech Pros Worldwide Help | Site Map

Data Structures and Analysis Multiple Choice review

 
LinkBack Thread Tools Search this Thread
  #1  
Old June 27th, 2008, 04:43 PM
yogi_bear_79
Guest
 
Posts: n/a
Default Data Structures and Analysis Multiple Choice review

Distant learning course. This is a self-taught open-book test. I
have read the book over & over, I even found a PDF version and
searched it. I've combed the net and found some good resources like
NIST.gov. After my other tests I have asked the on-line instructor
for references, or even the correct anwser to what I missed. She has
proved useless.I have a few here I would like some opinions on, i have
tried on my own, but would like some tutoring .

1. A cyclic graph has:

a. a shape like a unicycle
b. a graph that cycles from vertices to edges
c. a cycle of two or more nodes
d. a cycle of three or more nodes
e. None of the above

I'd say d, because a cycle graph consists of a single cycle (some
number of vertices connected in a closed chain)


2. A(n) _______________________ graph is a graph in which each vertex
has a connection to every other vertex.

a. directed
b. cyclic
c. acyclic
d. fully connected
e. None of the above

I'd say e, because I belive it should be either a connected graph or a
strongly connected graph, depending on where you read about it. Fully
connected sounds close, but I can't find a single reference to that.


3. A(n) ____________________ is a graph in which each connection has
two directions.

a. undirected graph
b. bigraph
c. bidirectional graph
d. TS graph
e. None of the above

I'd say e, I've found no graph that has an edge going both ways











  #2  
Old June 27th, 2008, 04:43 PM
red floyd
Guest
 
Posts: n/a
Default Re: Data Structures and Analysis Multiple Choice review

yogi_bear_79 wrote:
Quote:
[do my homework redacted]
And what, precisely, was your C++ language question/
  #3  
Old June 27th, 2008, 04:43 PM
yogi_bear_79
Guest
 
Posts: n/a
Default Re: Data Structures and Analysis Multiple Choice review

On May 19, 9:01*pm, red floyd <no.s...@here.dudewrote:
Quote:
yogi_bear_79 wrote:
Quote:
[do my homework redacted]
>
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.
  #4  
Old June 27th, 2008, 04:43 PM
Lambda
Guest
 
Posts: n/a
Default Re: Data Structures and Analysis Multiple Choice review

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.
  #5  
Old June 27th, 2008, 04:43 PM
=?UTF-8?B?RXJpayBXaWtzdHLDtm0=?=
Guest
 
Posts: n/a
Default Re: Data Structures and Analysis Multiple Choice review

On 2008-05-20 05:35, Lambda wrote:
Quote:
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:
[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.
When it comes to graph theory a math-group would be a good place, or you
could try in comp.programming.

--
Erik Wikström
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,840 network members.