calculating frequency of a number in an Array
Posted
by dalton
on Stack Overflow
See other posts from Stack Overflow
or by dalton
Published on 2010-04-30T00:47:41Z
Indexed on
2010/04/30
1:07 UTC
Read the original article
Hit count: 204
I have an array, scores[5][5]
and it is filled with test scores.
I need to find the most frequently occurring score and return it.
© Stack Overflow or respective owner