A _________ is a data structure that consists of a collection of nodes where each node points to the next node in the sequence.

  • Linked List
  • Queue
  • Stack
  • Tree
A linked list is a linear data structure where each element, called a node, points to the next one. This allows for efficient insertion and deletion operations at any position.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *