How can we split the set of numbers in n parts. For eg set {1,2,3,4,5,6}, we have to split it in 3 parts using all the elements for eg valid split could be {123,45,6} , {14,23,56} , {13,245,6} etc.
↧
How can we split the set of numbers in n parts. For eg set {1,2,3,4,5,6}, we have to split it in 3 parts using all the elements for eg valid split could be {123,45,6} , {14,23,56} , {13,245,6} etc.