Auto Generated via Readwise
These are my highlights created/synced via Readwise.io - Referral Link

About
Title: What Happens When a Company Adopts AI
Authors: Planet Money
Category:articles
Number of Highlights: 2
Source URL: mailto:reader-forwarded-email/d980805a974331e66513030dae08e418
Date: 2023-05-07
Last Highlighted: 2023-05-07
Highlights
10 Key Data Structures We Use Every Day
⢠list: keep your Twitter feeds
⢠stack: support undo/redo of the word editor
⢠queue: keep printer jobs, or send user actions in-game
⢠hash table: cashing systems
⢠Array: math operations
⢠heap: task scheduling
⢠tree: keep the HTML document, or for AI decision
⢠suffix tree: for searching string in a document
⢠graph: for tracking friendship, or path finding
⢠r-tree: for finding the nearest neighbor
⢠vertex buffer: for sending data to GPU for rendering
⢠hash table: cashing systems
⢠Array: math operations
⢠heap: task scheduling
⢠tree: keep the HTML document, or for AI decision
⢠suffix tree: for searching string in a document
⢠graph: for tracking friendship, or path finding
⢠r-tree: for finding the nearest neighbor
⢠vertex buffer: for sending data to GPU for rendering