Can somebody confirm if an algorithm exist to solve this? I assume even if something exist, it will be NP complete.
Lets say there is a Set<Set<Object>> where the total number of elements is 165. This has to be partitioned into three sets of each 55 elements(or lesser), such that elements in the inner set is not distributed among multiple sets after partition.
Please don't ditch this question as homework types. I have searched enough and I couldn't classify this algorithm properly for me to research efficiently.
such that elements in the inner set is not distributed among multiple sets after partition- this part is not clear,you mean each set needs to have a unique element...?