【題組】b.What are the steps in sequence for adding a node new_node to the head of the list?(Hint: The c
問題詳情
【題組】b.What are the steps in sequence for adding a node new_node to the head of the list?(Hint: The condition for an empty list is header . next == trailer or trailer .prev == header.)