Child pages
  • Data Structure

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The MrTGraph data structure is best explained by looking at the following diagram:

 

classdiagram.pngImage Added

 

The basic data structure constis of the three classes TNode, TGraph and TEdge, which contain all the necessary properties to model a tree data structure. Therefore a TGraph consits of sets of TEdges and TNodes.

...