Generic quicksort library that can be used to sort an array having any data type (int, char *, struct key_value *, etc.).
Amit
amitchoudhary0523@gmail.com
Fri Sep 26 12:41:52 GMT 2025
Generic quicksort library that can be used to sort an array having any data
type (int, char *, struct key_value *, etc.):
https://github.com/amitchoudhary0523/generic-quicksort-library
These kinds of implementations of common algorithms and data structures
should have been part of the C library (standard or extra) from 1989 itself.
Developers all over the world have wasted millions of man-hours in
implementing the same thing - linked lists, sorting algorithms, etc.
Had they been part of the C library, millions of man-hours would have been
saved.
And C would still be no. 1 language.
I still think that it is not too late to incorporate these in the C library
(standard or extra).
----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20250926/7e4767c1/attachment.htm>
More information about the Libc-alpha
mailing list