As I told you in the CB I don't have an answer to this , but
I'd like to comment on this:
I realise Perl is not considered by some to be the ideal language to learn this in
I don't think this is necessarily true when studying algorithms.
When I was taking my algorithms class, I often found that writing
a quick perl program was the easiest way of testing an algorithm
for a homework, for example. Perl makes it very easy to write
things almost in pseudocode, and it has plenty of high-level
operations, so that translating things from an algorithm in
the book to working code can be relatively painless. And with
tools like
Benchmark, at least time measuring is easy.
--ZZamboni
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.