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?
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