I want to write a simple beam search algorithm to solve a maze (like a tree, and the output must be the shortest path).
So, if anyone have tried to write a beam search algorithm before, preferably in VB.NET language, it would be great if you can share it in a pseudo-code format.
Because, I have no idea on how to write the algorithm. I have tried to Google it, but I understand nothing.
I found this source though (which I don't understand at all XD) : http://jhave.org/algorithms/graphs/beamsearch/beamsearch.shtml
So, back to my question, how to write a beam search algorithm? Preferably, in VB.NET language and pseudo-code will be enough for me (an actual example code will be great though :) ).
Thank you.