unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Sorting implemented in Guile standard library
@ 2020-08-16 20:56 Zelphir Kaltstahl
  2020-08-16 21:11 ` Bill Markmann
  0 siblings, 1 reply; 4+ messages in thread
From: Zelphir Kaltstahl @ 2020-08-16 20:56 UTC (permalink / raw)
  To: Guile User

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-18 20:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16 20:56 Sorting implemented in Guile standard library Zelphir Kaltstahl
2020-08-16 21:11 ` Bill Markmann
2020-08-18 19:32   ` Zelphir Kaltstahl
2020-08-18 20:01     ` Stefan Israelsson Tampe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).