Ones Count Max Problem
Max Ones Problem. Problem is represented with class OnesCountMaxProblem.
BitArray representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class OnesCountMaxProblemBinaryBitArraySolution.
int representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class OnesCountMaxProblemBinaryIntSolution.