Re: nested list sorting

Johannes Hüsing <[email protected]> Tue, 9 Apr 2002 12:38:40 +0200
Newsgroups gmane.lisp.statistics
Organization Institut fuer Medizinische Informatik, Biometrie und Epidemiologie, Medizinische Einrichtungen der Universitaet-GH Essen
Message-ID <[email protected]>
On Mon 2002-04-08 (21:03), [email protected] wrote:
> Hi,
> 
> I wanna sort a nested list of chars.
> this is the list:
> 
> (b (c (d (e f)) ) g h k)

In this case, "sorting" might be ambiguous. Maybe you could
explain by example: What do you wantthe result to look like?

Greetings


Johannes