How Does One Sort Strings?
Bengt Kleberg
eleberg@REDACTED
Thu Apr 24 17:22:26 CEST 2003
> From: "Eric Newhuis" <enewhuis@REDACTED>
> To: <erlang-questions@REDACTED>
> Subject: How Does One Sort Strings?
> Date: Thu, 24 Apr 2003 10:08:13 -0500
> MIME-Version: 1.0
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
> X-Scanned-By: MIMEDefang 2.30 (www . roaringpenguin . com / mimedefang)
>
> Given a list of strings ["I", "want", "to", "ride", "my", "bicycle"] how can I
sort them in Erlang? Lets suppose there are 100s - 1000s of strings.
lists:sort/1
bengt
More information about the erlang-questions
mailing list