Dear Monks
I read sometime that creating algorithm for given problem is much harder than finding the uses of algorithm. If the steps between answer code and problem are described in detail. then that would be helpful to solve many more problems.

Sometimes I am looking for approaches towards solution rather than just the program code beacuse it may be possible and easy to write the code myself based upon the approach. I believe that we all can benefit with it and it can also provide the ability to think clearly in general towards problems and possible solutions. While I appreciate the code-solutions, it will also save the time for fellow monks to write the code everytime and use the helping hands in providing approaches.

This would provide a good exercise of improving 'systematic problem solving ability' and 'looking at the domain' where you can think of more than one thing and choose from the options rather than hands down coding from the beginning.

It will also solve one more problem in the long run: Documentation. If approaches are described and exchanged and discussed, documentation would be the easy part even after completion of the project

What you gain besides material values from the project is not the 'code' but the insight that you have used to complete the project which can be helpful in building your experience and that should be discussed more.

If this is/is not the forum to discuss this, I would appreciate any pointer which discusses similar issues.

Hope to build useful art,
Artist


In reply to Solution Approach by artist

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.