数据结构在C? [英] Data structures in C?

查看:99
本文介绍了数据结构在C?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

C的好STL样库

是否有任何具有通用数据结构的开源C库?

C程序员是否使用常用数据结构(基于哈希/树的集合/映射,堆等)的标准库?还是没有单一的,知名的实现?

(类似于Boost for C ++的东西)

Is there a "standard" library that C programmers use for frequently-used data structures (hash/tree-based sets/maps, heaps, etc.)? Or is there no single, well-known implementation?
(Something kind of like Boost for C++?)

推荐答案

请参阅GLib或APR(Apache Portable Runtime)库,它们是数据结构中最着名的C库。

See GLib or APR (Apache Portable Runtime) library, they are the most well-known C libraries for data structures.

http://developer.gnome.org/glib

http://apr.apache.org

这篇关于数据结构在C?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆