AI Problem cont.. The state is represented as a tuple , (rod no, Sequence of disks) ->{(R1,1,2,3),(R2,Nil),(R3,Nil} Initial State ->{(R1,2,3),(R2,NIL)(R3,1)} ->{(R1,3),(R2,2),(R3,1)} ->{(R1,3),(R2,1,2),(R3,NIL)} ->{(R1,NIL),(R2,1,2),(R3,3)} ->{(R1,1),(R2,NIL),(R3,2,3)} ->{(R1,NIL),(R2,NIL),(R3,1,2,3)} Goal State Total No of moves are 6. Dr. Bharati Kawade RTIT MITACSC 61