/max-count-array-searcher

Searches a max frequently value in an array

Primary LanguageJava

About

A simple algorithm that can solve the following problem.

Problem

Given an int array of 100 elements. Find the first element with the max frequently meeting value.

Usage

See usage in the com.ffbit.array.MaxCountArraySearcherTest test case.