While trying to run my program I'm coming across the following error:
Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
(1 2 3 4 5 6 7 8 0) is not of type NUMBER
[Condition of type TYPE-ERROR]
The program I'm trying involves implementation of DFS to 8puzzle. The list (1 2 3 4 5 6 7 8 0) is a sample input. Could you please provide any pointers as to what might be wrong with my code?
Thanks!
Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
(1 2 3 4 5 6 7 8 0) is not of type NUMBER
[Condition of type TYPE-ERROR]
The program I'm trying involves implementation of DFS to 8puzzle. The list (1 2 3 4 5 6 7 8 0) is a sample input. Could you please provide any pointers as to what might be wrong with my code?
Thanks!