On Wed, 2008-12-24 at 20:10 +0530, Sharan Basappa wrote: > 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 >
Put in empty boxes so each upward branch goes to a different one. Most coders now days use pseudo-code. It is easy to do; just open your favourite text editor and type. Many find flowcharting tedious and the lack of good software doesn't help. -- Just my 0.00000002 million dollars worth, Shawn Believe in the Gods but row away from the rocks. -- ancient Hindu proverb -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/