Question: 3.6 Define the relation shift( List1, List2) so that List2 is List1 'shifted rotationally' by one element to the left. For example, ? shift([1,2,3,4,5], L1),
3.6 Define the relation shift( List1, List2) so that List2 is List1 'shifted rotationally' by one element to the left. For example, ? shift([1,2,3,4,5], L1), shift(L1, L2). produces: L1 = [2,3,4,5,1] L2 = [3,4,5,1,2]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
