REDMAN Manager Election Protocol Pseudo-code

exploredList = ø;
forwarderList = ø;
bestNode = ø;
bestValue = MAX;
worstValue = 0;
unexploredList = Initiator;
while (unexploredList != ø) { Print(bestNode)