wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

graph_definition (209B)


      1 # Graph definition
      2 
      3 A *graph* consists of a set of [vertices] V and a set of [edges] E. The [edges] can be [undirected_edges] for an [undirected_graph], or [directed_edges] for a [directed_graph]
      4 
      5 Up: [graph]