Standard data structure library in C?

后端 未结 5 2064
野的像风
野的像风 2020-11-30 03:23

I am looking for standard tried and tested library in C language (Windows platform) which implements data structures like stacks, queues, trees etc.

I would prefer t

5条回答
  •  佛祖请我去吃肉
    2020-11-30 03:58

    • GDSL. As per the documents, it is pure ANSI C and should work with Visual C++.
    • C-generic-library
    • Kompimi. C data structure library, with an emphasis on collections. Comes with Visual Studio project files.

提交回复
热议问题