Difference between revisions of "Graph"

From BITPlan Wiki
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 10:01, 1 February 2019