Skip to content
#

linked-list

Here are 297 public repositories matching this topic...

In Computer Science, one of the most basic and fundamental data structures is the linked list, which functions similarly to an array. The principal benefit of a linked list over a conventional array is that the list elements can easily be inserted or removed without reallocation of any other elements.

  • Updated Jan 31, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the linked-list topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linked-list topic, visit your repo's landing page and select "manage topics."

Learn more