Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Implement two versions of the successor function for the 8-puzzle : one that gen

ID: 3615562 • Letter: I

Question

Implement two versions of the successor function for the 8-puzzle :
one that generates all the successors at once by copying andediting the 8-puzzle data structure ,and one that generates one newsuccessor each time it is called and works by modifying the parentstate directly .Write versions of iterative deepening depthfirst search and A* algorithm that use these functions and comparetheir performance. please code this in c or c#..
one that generates all the successors at once by copying andediting the 8-puzzle data structure ,and one that generates one newsuccessor each time it is called and works by modifying the parentstate directly .Write versions of iterative deepening depthfirst search and A* algorithm that use these functions and comparetheir performance. please code this in c or c#..

Explanation / Answer

so sad I that I can;t get any help