You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stack works by storing the nodes that have unexplored nodes. So when backtracking, you can just pop the top node off to get the best node to look at. Use whatever search method with this.