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: 193

Filed under:
|
|
|

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

Related posts about java

Related posts about frequency