logo

Crowdly

Zu welchem Algorithmus gehört folgender Pseudocode: ALGO(node, goal) {   if...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Zu welchem Algorithmus gehört folgender Pseudocode:

ALGO(node, goal) {

  if (node == goal) return true;

  else {

    stack := expand (node); 

    while (stack is not empty) {

      node' := pop(stack);

      return ALGO(node', goal);

    }

  return false;

  }

}

More questions like this

Want instant access to all verified answers on moodle.tsn.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome