bug-gnulib
[Top][All Lists]
Advanced

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

[More sorting algorithms for gnulib]


From: Rodion Efremov
Subject: [More sorting algorithms for gnulib]
Date: Tue, 01 Sep 2015 17:31:38 +0000

Hello, everybody.

I just found gnulib, and would like to inquire whether there is a need for more sorting algorithms. So far I have implemented natural merge sorts (both parallel and sequential) and MSD radix sorts for integer key arrays (both parallel and sequential once again). Unfortunately, they all are in Java, yet, fortunately, it should not be hard to rewrite them in C.

Best regards,
rodde


reply via email to

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