Closed JakaKokosar closed 2 years ago
Handle edge case where input array is like: [1,1,1,1,1,1,2,2,2,2,2,2,2] and produces only 1 cohort. But there should be two.
Issue
Handle edge case where input array is like: [1,1,1,1,1,1,2,2,2,2,2,2,2] and produces only 1 cohort. But there should be two.
Description of changes
Includes