* @brief Returns true if arr can be partitioned in two subsets of equal sum, * otherwise false * @param arr vector containing elements * @param size Size of the vector. * @returns @param bool whether the vector can be partitioned or not. *******************************************************************************/