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