me again for some more sparse thoughts.

Are algorithms so important? A wise one once said: when the data is well organized the algorithm become a consequence.

What efficient means? Spend a week to polish an algorithm for someting executed twice a week is waste your time. Your human time is generally more important than CPU cycles.

Oh obviously there are case where algorithms are important: come here at the monastery, propose your problem and your solution; many neat brains will offer better solutions, cooler algorithms.

One example? search here at the monastery for primality test on numbers; you'll find many many different solutions and approachs. Then you can look at some good math module on cpan, and search how primality check is solved by these modules which have to be fast and reliable.

Now about the time to spend to learn other languages; learn is always a good thing and if you have time and will learn other language too. I've no so much time, or well i prefere doing something else but i can assure you that I know just Perl, i'm somehow intermediate (despite my monk level) with a long experience and every problem i needed to solve within computers i solved with Perl, also for curiousities and itchings i used Perl and i'm still happy with it.

Last suggestion; create an account on perlmonks, look and ask.

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: Learning Algorithms using Perl. by Discipulus
in thread Learning Algorithms using Perl. by Anonymous Monk

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.