Given an integer array nums, return true if you can partition the array into two subsets such that the sum of the elements in both subsets is equal.
Target sum: 11