问题
Which libraries do you guys use for generic data structures like linked list, binary tree etc.?
What are the most common, efficient libraries? Can you name some?
回答1:
GDSL - The Generic Data Structures Library
Gnulib - The GNU Portability Library
GLib
SGLIB
回答2:
In C....if you're on linux
http://library.gnome.org/devel/glib/2.22/
not sure about windows.....I don't use it :P
回答3:
glib contains a lot of data structures.
来源:https://stackoverflow.com/questions/2159555/generic-data-structure-libraries-for-c