Difference between revisions of "Graph"
Jump to navigation
Jump to search
| 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 09:01, 1 February 2019
Example for a directed Graph
The file "mwstore://local-backend/local-public/diagrams/archive/20251103051408!Diagrams_90a5eaacc47a87c8ede763e4dfcf5323.png" already exists.
Graphs versus Object orientation
