I'm learning to build an directed graph data structure using adjacency lists, so I thought I'd use LinkedLists to ensure efficient linked list used and I wanted to use an array of Linked list, but I...