> Hi all, > > Can anybody suggest where can I find some tips on writing an algorithm and its conventions on the net. Is algorithm design important for perl programming? >
There is Mastering Algorithms in Perl from O'Reilly that (I imagine) you can get through Safari, http://www.oreilly.com/catalog/maperl/ Can you be more specific about what you mean by "Algorithm Design"? Generally algorithm design in a generic sense is important but not absolutely necessary for any language. Conveniently, as a high level language, Perl takes care of a lot of things using arrays/hashes, ties, and objects that other lower level languages would require more design for. Or do you mean from a speed/efficiency standpoint? Or?? Generally when I think of "Algorithm Design" it should be language independent, so is not more or less important for any particular language or really even changes in implementation for a given language. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>