{
  "id": "b-tree",
  "name": "B-Tree",
  "category": "Tree",
  "access_big_o": "O(log n)",
  "search_big_o": "O(log n)",
  "insert_big_o": "O(log n)",
  "description": "A self-balancing multi-way tree that keeps data sorted for efficient disk-based storage and databases.",
  "url": "https://gratisapi.com/api/data-structures/b-tree"
}
