{
  "id": "bbg-p0367-algorithms-and-decision-models-algorithms",
  "title": "Everyday Data Structure Uses",
  "chapter": "algorithms-and-decision-models",
  "batch": "36",
  "rank": 357,
  "sourcePage": 367,
  "sourcePointer": "p. 367",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render inspected",
      "preserve table-style mapping from common data structures to everyday use cases",
      "omit source table artwork and copied long examples"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: list feed",
      "concept: stack undo redo",
      "concept: queue jobs",
      "concept: heap scheduling",
      "concept: tree hierarchy",
      "concept: suffix tree search",
      "concept: R-tree nearest neighbour",
      "concept: hash table cache"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "linear",
      "label": "Linear structures",
      "x": 48,
      "y": 124,
      "w": 230,
      "h": 342
    },
    {
      "id": "lookup",
      "label": "Lookup and priority",
      "x": 322,
      "y": 124,
      "w": 266,
      "h": 342
    },
    {
      "id": "relations",
      "label": "Hierarchies and links",
      "x": 632,
      "y": 124,
      "w": 280,
      "h": 342
    }
  ],
  "shapes": [
    {
      "id": "list",
      "kind": "rect",
      "label": "List",
      "detail": "feeds",
      "x": 86,
      "y": 154,
      "w": 112,
      "h": 46,
      "tone": "blue"
    },
    {
      "id": "array",
      "kind": "rect",
      "label": "Array",
      "detail": "math data",
      "x": 86,
      "y": 232,
      "w": 112,
      "h": 46,
      "tone": "teal"
    },
    {
      "id": "stack",
      "kind": "rect",
      "label": "Stack",
      "detail": "undo redo",
      "x": 86,
      "y": 310,
      "w": 112,
      "h": 46,
      "tone": "purple"
    },
    {
      "id": "queue",
      "kind": "queue",
      "label": "Queue",
      "detail": "jobs actions",
      "x": 86,
      "y": 388,
      "w": 112,
      "h": 46,
      "tone": "orange"
    },
    {
      "id": "heap",
      "kind": "rect",
      "label": "Heap",
      "detail": "scheduling",
      "x": 360,
      "y": 164,
      "w": 112,
      "h": 46,
      "tone": "red"
    },
    {
      "id": "rtree",
      "kind": "rect",
      "label": "R-tree",
      "detail": "nearest area",
      "x": 474,
      "y": 266,
      "w": 86,
      "h": 46,
      "tone": "gray"
    },
    {
      "id": "hash",
      "kind": "table",
      "label": "Hash table",
      "detail": "cache lookup",
      "x": 360,
      "y": 362,
      "w": 118,
      "h": 66,
      "tone": "green"
    },
    {
      "id": "tree",
      "kind": "rect",
      "label": "Tree",
      "detail": "HTML AI",
      "x": 668,
      "y": 154,
      "w": 112,
      "h": 46,
      "tone": "green"
    },
    {
      "id": "suffix",
      "kind": "rect",
      "label": "Suffix tree",
      "detail": "text search",
      "x": 760,
      "y": 258,
      "w": 112,
      "h": 46,
      "tone": "purple"
    },
    {
      "id": "graph",
      "kind": "rect",
      "label": "Graph",
      "detail": "paths friends",
      "x": 668,
      "y": 362,
      "w": 112,
      "h": 46,
      "tone": "blue"
    }
  ],
  "connectors": [
    {
      "from": "list",
      "to": "array",
      "label": "ordered",
      "flow": "main"
    },
    {
      "from": "array",
      "to": "stack",
      "label": "push pop",
      "flow": "control"
    },
    {
      "from": "stack",
      "to": "queue",
      "label": "order",
      "flow": "main"
    },
    {
      "from": "heap",
      "to": "rtree",
      "label": "priority",
      "flow": "control"
    },
    {
      "from": "rtree",
      "to": "hash",
      "label": "lookup",
      "flow": "data"
    },
    {
      "from": "tree",
      "to": "suffix",
      "label": "index text",
      "flow": "data"
    },
    {
      "from": "suffix",
      "to": "graph",
      "label": "search path",
      "flow": "main"
    }
  ]
}
