MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / problem_27

Function problem_27

examples/99_problems.cpp:211–214  ·  view source on GitHub ↗

P27 (**) Group the elements of a set into disjoint subsets.

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected