Hello, i am supposed to solve a problem using this Method. Can anyone pls tell me what this exactly is, and how does it work?Or maybe a link to a source ...? i'd be very thankfuly!
Pls this is urgent.It's for my thesis!
the perl calculus problem sounds like this:
we have 3 ordinary perls(1,2,3), and 3 magic perls(A,B,C).
Each magic perl can transform itself in the following way:
A-> 1| 2| 3|
B-> 2B| 1A3AC
C-> 2| 3BC | 12A
; and i have to make a program that will say if it is possible to reach a certain array of simple perls given from the key-board,by selecting just one magic perl(ex:21132123;B->2B->21A3AC->21A3A12A->21132123).