@param m: An integer m denotes the size of a backpack @param A: Given n items with size A[i] @return: The maximum size
(int m, int[] A)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected