You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a C program to calculate subset sum of sqrt(n) (n=1,2, ..., N)
so that it's closest to half of all.
Python script is intended to cross valid if C program is correct.