Quote:
Does this means that the numbers are restored every time but the list can be unsorted ?
I too am trying to implement this, and have read this tutorial. I believe what he means is that everytime you add a new node to the open list, you will need to resort that list,(or each time before you pull a node off it) in order to make sure that the node with the lowest F score is at the top. As far as unsorting it goes, I don't believe there is any need to ever unsort it. I believe you only need to know if there is atleast one node in the list, and what the node with the lowest F is.
Jeff
p.s. I'm a newb at this, so hopefully someone can confirm/correct me if I'm wrong/right