Recent posts

Problem of The Day: Partition Equal Subset Sum

2 minute read

Problem Statement ``` 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 subs...