game-programming-patterns icon indicating copy to clipboard operation
game-programming-patterns copied to clipboard

Typo in sidebar of Event Queue: "they array grows"

Open ncmiller opened this issue 8 years ago • 0 comments

Simple typo here: https://github.com/munificent/game-programming-patterns/blame/04ffbc4fe42a600baa5e293a23c31e9cecead1c5/book/event-queue.markdown#L510

Even though you copy when they array grows, enqueuing an item still has constant amortized complexity.

ncmiller avatar Nov 06 '17 02:11 ncmiller