Question Bank
JavaScript Group By ID with Average Score: Two Approaches Quiz
Difficulty: Hard
Two seeded ways to group records by id and compute each group's average (bucket-then-divide vs running sum + count), plus two companions on min/max per group and on memory trade-offs at scale.
