graph_sparse (253B)
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 - [weakly_sparse] 8 9 Up: [graph_family] 10 11 Aliases: sparse graph, sparse graphs 12 13 See also: [dense_graph]