I'm working with a very large undirected graph (email networks for a company).
I’m bit confused about selecting the best and suitable technique of undirected graph of email networks. In that network, the vertices represent email addresses and an edge represents that there was at least one email in one direction between the two addresses.
Is there someone who knows the best technique to represent the algorithm?
I am using a large undirected graph of mailing, then which representation is good? Adjacency list or Adjacency Matrix?