views:

99

answers:

3

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?

+2  A: 

GDSL - The Generic Data Structures Library

Gnulib

GLib

SGLIB

Mitch Wheat
Somehow I'm not surprised that that first one is the first result on Google when you search for "generic data structure libraries for c"
pib
@pib: what's your point?
Mitch Wheat
@mitch: my point is that it's a question easily answered by a quick Google search. And that it's funny that there's a library with nearly the exact name of the title of the question...
pib
@pib: so presumably your comment would be more appropriate under the poster's question.
Mitch Wheat
@pib: I dont think you understood the question. It was about experiences with libraries. I asked what people are using which cant be found by a simple google search. maybe you can tell about what you use ha?
hamam
A: 

glib contains a lot of data structures.

Emil H
A: 

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

Chris H