Question: Implement Greedy search using heuristics for the tree below using JAVA the input should provide start and goal states, and any states in between as
Implement Greedy search using heuristics for the tree below using JAVA

the input should provide start and goal states, and any states in between as well as cost of traversing path. The final path should be traced from start to goal state.
Output the cost for every value traversed
7 3 12 1 10 6 5 99 4 8 13 2 9 11 14 7 3 12 1 10 6 5 99 4 8 13 2 9 11 14
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
