{
  "id": "queue",
  "name": "Queue",
  "category": "Linear",
  "access_big_o": "O(n)",
  "search_big_o": "O(n)",
  "insert_big_o": "O(1)",
  "description": "A first-in, first-out (FIFO) collection with enqueue at the rear and dequeue at the front.",
  "url": "https://gratisapi.com/api/data-structures/queue"
}
