Home > Data Structures and Algorithms 🚀 > Node Manipulation > What Is the Linked List Data Structure? Show previous contentTry this exercise. Fill in the missing part by typing it in.A ___ linked list is one where every node points to its next node in the sequence, but the last node points to the first node in the list.Write the missing line below.SubmitReveal answer Show following content