guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sorting implemented in Guile standard library


From: Zelphir Kaltstahl
Subject: Sorting implemented in Guile standard library
Date: Sun, 16 Aug 2020 22:56:11 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.8.0

Hello Guile Users!

I was checking out
https://www.gnu.org/software/guile/manual/html_node/Sorting.html and
noticed, that the definition of `sort` does not mention, which algorithm
is used for sorting:

> Sort the sequence items, which may be a list or a vector. less is used
for comparing the sequence elements. This is not a stable sort.

So my question is: Which algorithm is used for Guile's `sort` function?

Regards,
Zelphir

-- 
repositories: https://notabug.org/ZelphirKaltstahl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]