<html>
<body>
<blockquote type=cite class=cite cite="">
<blockquote type=cite class=cite cite=""><pre>P. R. Stanley:
&gt; &quot;When you write a general solution for a class of problems, as
opposed 
&gt; to a specific solution to a single problem, you have written an
algorithm.&quot;
&gt; Discuss!

Reply:</pre><br>
<pre>Follow this algorithm of three easy steps to solve any problem:
A. understand the problem
B. decompose or reduce it into subproblems
C. solve the subproblems
</pre><font face="Courier New, Courier"></font></blockquote>Reply to
reply:<br>
This algorithm has a flaw in that it solves a single problem.&nbsp; With
some slight modification you can generalise it.<br><br>
A. understand the problem<br>
B. identify commonality with other, related problems<br>
C. decompose these problems into generalised subproblems<br>
D. solve the subproblems<br>
</blockquote>P. R. Stanley<br>
yes, this is good. So, let's start with A. How would you sope the
problem? What's your algorithm for identifying problems?<br>
Paul<br>
</body>
</html>