Challenge
Given an array of numbers return the cumulative count of each item.
This is the number of times an item has occurred so far.
Examples
[1,1,2,2,2,1,1,1,3,3] -> [1,2,1,2,3,3,4,5,1,2]...
21 answers
·
posted 5y ago
by rak1507
· last activity
9mo ago
by CrSb0001