I am doing a program to eliminate surpluses from an array, if we have more elements than maxOcurrences we omit them.
For example
[20,37,20,21] = > [20,37,21]
My problem in particular is to access the indexes of a hash, thi...
asked by
06.04.2018 / 01:50