P27 (**) Group the elements of a set into disjoint subsets.
| 209 | |
| 210 | // P27 (**) Group the elements of a set into disjoint subsets. |
| 211 | void problem_27() |
| 212 | { |
| 213 | // todo ;) |
| 214 | } |
| 215 | |
| 216 | // P28 (**) Sorting a list of lists according to length of sublists |
| 217 | void problem_28() |