Graph: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
== Graphs versus Object orientation == | == Graphs versus Object orientation == | ||
<uml> | <uml> | ||
hide circle | |||
class Person { | class Person { | ||
Name | Name | ||
} | } | ||
Person "leader 1" -> "employee" Person | Person "leader 1" -> "n employee" Person | ||
</uml> | </uml> | ||
= Links = | = Links = | ||
* https://en.wikipedia.org/wiki/Graph_(discrete_mathematics) | * https://en.wikipedia.org/wiki/Graph_(discrete_mathematics) | ||
Revision as of 08:01, 1 February 2019
Example for a directed Graph

Graphs versus Object orientation
