wiki_research

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

graph_sparse (234B)


      1 # Graph sparse
      2 
      3 https://en.wikipedia.org/wiki/Dense_graph
      4 
      5 An [undirected_graph] where the number of [edges] is o(n^2), for n the number of [vertices]
      6 
      7 Up: [graph_family]
      8 
      9 Aliases: sparse graph, sparse graphs
     10 
     11 See also: [dense_graph]