I have a Graph class that stores an array of linked list. I want to insert at head of linked list and set the "next" of the new item to previous head. However, whe