Re: OOP, this NG and you. Where is everyone?



On Nov 24, 1:39 pm, topmind <topm...@xxxxxxxxxxxxxxxx> wrote:
Addendum to my reply:

I will agree that your approach is one possible way to represent sets
as graphs. But, its not the only way. My approach also works.

I think what you were trying to get at is that my approach requires a
unique name for the set while yours doesn't. For example, take two
unrelated sets: {A, B, C} and {D, E}.

In your approach, one could do this:

  A-B-C

  D-E

That's legitimate technique. But I chose a different approach where
all the nodes are referenced by a named set (where "member of" is
represented by a directed vertex). For computer usage and discussions,
it's best to name things. (In fact, there will be a unique name or
address at some point in the implementation process, so its something
that cannot be escaped.)

Your approach may reduce notation characters, but makes implementation
and discussions harder. We just had different goals. There is simply
more than one way to represent the same thing.

-T-

Mr. Bean's underpants?
.



Relevant Pages

  • Re: OOP, this NG and you. Where is everyone?
    ... Addendum to my reply: ... as graphs. ... For computer usage and discussions, ... address at some point in the implementation process, ...
    (comp.object)
  • Re: Critique my thesis typesetting?
    ...   larger margins and still have the same amount of pages (narrower text is ... Graphs look as if produced with Mathematica - am I correct? ... much better with plain report package without any extra font ... Feynman diagrams. ...
    (comp.text.tex)
  • Re: Cap and trade - who benefits?
    ... My science? ...   I'm looking at established science from credible ... Here's a set of recent graphs from the Hadley Climatic Research ... Note the downward hook at the end of all the graphs. ...
    (sci.astro.amateur)
  • Re: Very basic question, finding peaks on graph, want results in array.
    ... My project is the zeeman effect and our results produce graphs that look like this:http://www.scielo.br/img/revistas/aabc/v80n2/a02fig04.gif ... data=input('Enter the name of the data set to be used:'); ...     else ...
    (comp.soft-sys.matlab)
  • Re: Graph with exact dimensions in pixels?
    ... pixels long. ... I be better writing a script to draw the graphs using ImageMagick? ...    set term png size 500,300 ... be sufficient to set the margins to 0: ...
    (comp.graphics.apps.gnuplot)