I don't know how to solve this problem. Can anyone help me with it please? I need to prove that this is a NP-complete problem.
We are given $n$ items with sizes $s_1, s_2, ... ,s_n$, where $0 < s_i < 1$ and a natural number $k > 0$.
Question: Does it exist a division of given items into $k$ boxes if every box has unit size? (The boxes don't have to be fully filled)
This is called the bin packing problem. It is considered computationally hard in general to get an exact answer, but approximate algorithms exist (i.e. ones that find an answer that is provably close to best).