Thread: Data Structure Library for C

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    98

    Data Structure Library for C

    It is easy to find some packages for data structures such as list, heap, etc on Internet. There is a GNU libavl for balanced binary trees. However, there is no GNU package for lists etc (see http://directory.fsf.org/GNU/). Are there too many already that people do not bother to contribute one to GNU? I may be wrong, but being on the GNU list somwhat lends credibility to a library. Can anyone recommend a good, or widely used, library for data structures such as lists and queues? I do not want to reinvent the wheel; on the other hand, I want something reputable. Thanks.
    Last edited by hzmonte; 11-15-2005 at 12:01 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. pthread question how would I init this data structure?
    By mr_coffee in forum C Programming
    Replies: 2
    Last Post: 02-23-2009, 12:42 PM
  2. static data structure in a library
    By melight in forum C Programming
    Replies: 6
    Last Post: 01-10-2009, 11:12 AM
  3. Replies: 48
    Last Post: 09-26-2008, 03:45 AM
  4. can't insert data into my B-Tree class structure
    By daluu in forum C++ Programming
    Replies: 0
    Last Post: 12-05-2002, 06:03 PM
  5. Dynamic Data Structure -- Which one is better?
    By Yin in forum C++ Programming
    Replies: 0
    Last Post: 04-10-2002, 11:38 PM