curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Create a group_by problem for the reduce section

Open BrooklinJazz opened this issue 1 year ago • 0 comments

Group reminders by user id.

[%{user_id: 1}, %{user_id: 1}, %{user_id: 2}] -> %{1 => [%{user_id: 1}, %{user_id: 1}], 2 => [%{user_id: 2}]}

BrooklinJazz avatar Aug 31 '23 21:08 BrooklinJazz