D
dhan
please give answer
dhan said:please give answer
what is graph & use in the general life?
Bart said:It is customary to ask your question in the body of the message, not
just in the subject. Subject was:
A graph is a type of data structure. The following page may be helpful:
http://en.wikipedia.org/wiki/Graph_(data_structure)
To implement a graph in C you could use a structure with pointers to
adjacent nodes.
... and adjacency matrices.
How come there are so few complains about not quoting?
thanking you for the answer can i help you so, i am very good fell.Bart said:It is customary to ask your question in the body of the message, not
just in the subject. Subject was:
A graph is a type of data structure. The following page may be helpful:
http://en.wikipedia.org/wiki/Graph_(data_structure)
To implement a graph in C you could use a structure with pointers to
adjacent nodes.
Regards,
Bart.
Nelu said:... and adjacency matrices.
How come there are so few complains about not quoting?
dhan said:thanking you for given the good information in the graph but my
question is not only what is graph. my object why need or use to the
graph, so please give the answer i am waiting your answer .can i help
you so,i am fell very good.
Richard said:Nelu said:
Not quoting what? This entire subthread-so-far is quoted above. Nothing has
been snipped from it. The fact that the guy who posted the original
statement "please give answer" is clearly unfamiliar with how to ask a
question on Usenet does not mean that anyone is failing to quote properly.
dhan said:thanking you for given the good information in the graph but my
question is not only what is graph. my object why need or use to the
graph,
Depends on whether the kidnapper wants to send the bus careening off theosmium said:Graphs are commonly used in routing problems. Example: what route should a
school bus travel to pick a bunch of children and travel a minimum distance?
What if there are several busses? How to partition the children amongst the
busses?
osmium said:Graphs are commonly used in routing problems. Example: what route should a
school bus travel to pick a bunch of children and travel a minimum distance?
What if there are several busses? How to partition the children amongst the
busses?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.