SMA* Search
How does SMA* account for the f value of a forgotten node?
When does SMA* regenerate a subtree?
In this implementation of the algorithm, can there be multiple f values for the same node in the frontier?
Which statement is true about SMA* search and Uniform Cost Search (UCS)?
What is the tradeoff in SMA* ?
What happens if a node is at max depth?