igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Sorting vertices by degree with igraph C library


From: Szabolcs Horvát
Subject: Re: [igraph] Sorting vertices by degree with igraph C library
Date: Sat, 24 Mar 2018 17:20:17 +0100

I do not know.  I believe that the documented ones in igraph are not stable.

Personally, I would just use std::stable_sort() from the C++ standard library. Is there any reason why you don't want to use that, and want something from igraph instead?

On 24 March 2018 at 15:48, Vincent Beugnet <address@hidden> wrote:
Thank you very much !

Last question: is there a stable sort already implemented in igraph ?

_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

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