Task Description
Problem: Partition Problem
Given a set of numbers, decide if it can be partitioned into two sets such that they both have the same sums.
Instructions
You will be assigned to the problems stated above and you are required to develop a computer program with Python programming language to try and solve it. You have to choose one of non-exact/approximation method from the list:
Non-exact Methods: