Ones Count Max Problem
Max Ones Problem. Problem is represented with class MaxOnesCountProblem.
BitArray representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class MaxOnesCountProblemBinaryBitArraySolution.
int representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class MaxOnesCountProblemBinaryIntSolution.