Answer from cs61c-fx (maryam nili 13888544) for Question 1
struct ListNode{
char *mystring;
struct ListNode *next;
};

