Topic: Bit Manipulation Problem / Level: advanced

Problem: Write a program to find the smallest positive integer that cannot be formed as a sum of any subset of a given array.

Run the code to see the output here...