Re: Is PERL good for a linguist new to programming?
- From: "Uri Guttman" <uri@xxxxxxxxxxxxxxx>
- Date: Mon, 25 May 2009 13:06:54 -0400
"pp" == p podmostko <p.podmostko@xxxxxxxxxxxxxx> writes:
pp> Right now for example im racking my brains how to sort several words
pp> alphabetically using only if, for, else, and several variables. So i
pp> really got into it but im afraid that ill get discouraged if i see im
pp> not cut out for it.
that is a classic part of the knowledge scaling i mentioned. sorting is
one of the core areas taught in every algorithm class. i won't give you
a fish but you want to learn the bubble sort. it is the easiest sort to
code up but one of the slowest to run. but the speed doesn't matter for
short data sets and it is very educational to know how to code it up and
learning WHY it is slow.
uri
--
Uri Guttman ------ uri@xxxxxxxxxxxxxxx -------- http://www.sysarch.com --
----- Perl Code Review , Architecture, Development, Training, Support ------
--------- Free Perl Training --- http://perlhunter.com/college.html ---------
--------- Gourmet Hot Cocoa Mix ---- http://bestfriendscocoa.com ---------
.
- Follow-Ups:
- Re: Is PERL good for a linguist new to programming?
- From: p . podmostko
- Re: Is PERL good for a linguist new to programming?
- References:
- Is PERL good for a linguist new to programming?
- From: p . podmostko
- Re: Is PERL good for a linguist new to programming?
- From: p . podmostko
- Re: Is PERL good for a linguist new to programming?
- From: rc
- Re: Is PERL good for a linguist new to programming?
- From: p . podmostko
- Re: Is PERL good for a linguist new to programming?
- From: ccc31807
- Re: Is PERL good for a linguist new to programming?
- From: Uri Guttman
- Re: Is PERL good for a linguist new to programming?
- From: ccc31807
- Re: Is PERL good for a linguist new to programming?
- From: p . podmostko
- Re: Is PERL good for a linguist new to programming?
- From: ccc31807
- Re: Is PERL good for a linguist new to programming?
- From: p . podmostko
- Is PERL good for a linguist new to programming?
- Prev by Date: Re: edit array in place
- Next by Date: Re: Is PERL good for a linguist new to programming?
- Previous by thread: Re: Is PERL good for a linguist new to programming?
- Next by thread: Re: Is PERL good for a linguist new to programming?
- Index(es):
Relevant Pages
|