we use adjacency list to store graph. Where we use array to store vertices and linked list to store edges . My question ? Can we use linked list instead of array in storing of g