Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Learning Algorithms using Perl.

by BillKSmith (Monsignor)
on May 08, 2017 at 22:06 UTC ( [id://1189838]=note: print w/replies, xml ) Need Help??


in reply to Learning Algorithms using Perl.

It is awkward to implement an algorithm in Perl when the algorithm is specified with array indices starting at 1. We do have the module Array::Base to address this problem. Its use is considered poor style in part, because it breaks common idioms. Remember this problem has a flip-side when using a language such as FORTRAN and your spec uses 0 based arrays.
Bill

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1189838]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found