Given this input

 x = 2, 5, 1, 2, 4, 1, 1, 3

output should be (Five 2's, Two 1's, One 4, Three 1's)

 [2 2 2 2 2 1 1 4 1 1 1]

Solution Stats

86 Solutions

63 Solvers

Last Solution submitted on Apr 16, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...