Articles


GOTO Elimination Algorithm (Unstructured to Structured)

Problem Description

Devise an algorithm to eliminate any GOTO statements from a program, in order to get a structured program, which is logically and functionally equivalent.

For example:


Source de l’article sur DZONE (AI)