Hi,

I am implementing an algorithm that I have worked out in theory. The
algorithm is in the form of a flowchart.
The area where I am having problem is where the flow passes from a
lower decision block to higher one.
I can implement this using a do while block for such flow. The issue
is when multiple such decisions
block go back to same point in the flowchart. When I look at the
flowchart, it looks like it can be simply
translated into code using jump blocks if a language supports it.
The other question I have is if my approach of using a flowchart was
incorrect in the first place.
But I did flowchart to get my idea straight and uncovered lot of
potential issues during this exercise.

Regards

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to