wiki_research

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

degree (276B)


      1 # Degree
      2 
      3 Number of [neighbors] of a [vertex]
      4 
      5 In [directed_graphs], we can distinguish the [indegree] and [outdegree], respectively the number of [vertices] having a edge to the [vertex], or from the [vertex]
      6 
      7 - [maximal_degree]
      8 - [average_degree]
      9 
     10 Up: [graph_basic_notions]