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) |