Data structures libaray in C
- by Vineel Kumar Reddy
Hi all
I am very much used to .NET and java collection libraries and searching for a similar library in C. I am in need of following
A list data structure for storing generic objects.
and also a Dictionary data structure for key value pairs.
Please let me know if any library exists. Thanks.