3.6 Define the relation shift( List1, List2) so that List2 is List1 'shifted rotationally' by one element

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), shift(L1, L2). produces: L1 = [2,3,4,5,1] L2 = [3,4,5,1,2]

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: