terminology: double-rooted DAG?

"Mark Harrison" <markh@usai.asiainfo.com>
3 Mar 1998 10:55:01 -0500

          From comp.compilers

Related articles
terminology: double-rooted DAG? markh@usai.asiainfo.com (Mark Harrison) (1998-03-03)
Re: terminology: double-rooted DAG? mfinney@inmind.com (1998-03-06)
Re: terminology: double-rooted DAG? dwight@pentasoft.com (1998-03-06)
Re: terminology: double-rooted DAG? vladimir@cs.ualberta.ca (Vladimir Alexiev) (1998-03-07)
Retraction: terminology: double-rooted DAG? mfinney@inmind.com (1998-03-07)
Re: terminology: double-rooted DAG? markh@usai.asiainfo.com (Mark Harrison) (1998-03-07)
Re: Retraction: terminology: double-rooted DAG? jjones@cs.uiuc.edu (1998-03-08)
[2 later articles]
| List of all articles for this month |

From: "Mark Harrison" <markh@usai.asiainfo.com>
Newsgroups: comp.compilers
Date: 3 Mar 1998 10:55:01 -0500
Organization: AsiaInfo Computer Networks, Beijing
Keywords: analysis, question

I have a DAG data structure that has two special
features:


1. It always has a defined root node (like a tree), and
2. There is also a "tail" node, which is like the root
        node except at the opposite end of the graph.


I have been calling this a "doubly rooted DAG", but I
would like to know if there is a better or more
standard term for this. Also, any references to this
type of data structure would be appreciated.


Thanks,
Mark.


In case I'm doing a bad job explaining, here's an
example... "x" is the head and "y" is the tail.
x -> a
x -> b
x -> c
a -> d
b -> d
b -> y
c -> y


      /-a---d-\
x----b--/-----y
      \-c----/


markh@usai.asiainfo.com
Mark Harrison at AsiaInfo Computer Networks, Beijing China
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.