Question: 3.9 Define the relation dividelist( List, List1, List2) so that the elements of List are partitioned between List1 and List2, and List1 and List2 are
3.9 Define the relation dividelist( List, List1, List2) so that the elements of List are partitioned between List1 and List2, and List1 and List2 are of approximately the same length. For example: dividelist( [a,b,c,d,e], [a,c,e], [b,d]).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
