// Solution :- T.C. O(N * sum) S.C. O(N * sum) where sum = sum of all elements of the vector // First find the total sum of the vector. // If total sum = ODD, vector cannot be divided into two parts. ...