Almost all C++ STL data structures in one C library (generic_doubly_linked_list_library.c).
Amit
amitchoudhary0523 at gmail.com
Thu Jan 30 07:31:03 UTC 2025
Hi,
I have implemented a C library (generic_doubly_linked_list_library.c)
that can be used as a C++ STL list, map, set, stack, queue, deque,
multimap, multiset, unordered_map, unordered_set, unordered_multimap,
and unordered_multiset (basically almost all C++ STL data structures).
So, instead of implementing your own linked list, etc, you can simply
use this library and speed up your development.
This library can be found at these places:
* https://marc.info/?l=linux-kernel&m=173781880224049&w=2
* https://github.com/amit0523/generic-doubly-linked-list-library
Regards,
Amit
More information about the Ubuntu-devel-discuss
mailing list