Which statement on the representations of networks is NOT correct?
1) An edge list uses a collection of node-pair lists to represent a network.
2) When a network is very large and sparse, an adjacency matrix might not be a good choice for representation.
3) When two nodes have a link, the corresponding element in the adjacency matrix will have a value of 0.
4) Each list in the adjacency list representation starts from a link.