{
  "id": "singly-linked-list",
  "name": "Singly Linked List",
  "category": "Linear",
  "access_big_o": "O(n)",
  "search_big_o": "O(n)",
  "insert_big_o": "O(1)",
  "description": "A sequence of nodes where each node points to the next; insertion at a known position is constant.",
  "url": "https://gratisapi.com/api/data-structures/singly-linked-list"
}
