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?
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
glib contains a lot of data structures.
GDSL - The Generic Data Structures Library
Gnulib - The GNU Portability Library
GLib
SGLIB