.net - How to name nodes in a graph in the English language? -


i need define element linkedlist in object:

    a
  /    \
x     y

how name entire object , components in english?

à la: hand-body-leg object named body. or maybe somthing queue kernel hand treeobject?

ok, let's show example of railway:

nodestation => station => station => station => nodestation => station => station => nodestation => ...

i need have object (nodestationandneighbourdstations) following 3 elements: nodestation, leftneighbor, rightneighbor in more general manner.

             node                        node               |                            |      ------ parent ------              --- ---        |                  |              |       |  left child         right child         x       y  

the whole object i'd call node.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -