【问题标题】:Data structures in C? [duplicate]C语言中的数据结构? [复制]
【发布时间】:2023-03-07 12:53:01
【问题描述】:

可能重复:
Good STL-like library for C
Are there any open source C libraries with common data structures?

是否有 C 程序员用于常用数据结构(基于哈希/树的集合/映射、堆等)的“标准”库?还是没有单一的、众所周知的实现?
(有点像 C++ 的 Boost?)

【问题讨论】:

标签: c data-structures


【解决方案1】:

参见 GLib 或 APR(Apache Portable Runtime)库,它们是最著名的数据结构 C 库。

http://developer.gnome.org/glib

http://apr.apache.org

【讨论】:

  • 光看 GLib 的网站就让我热泪盈眶(字体渲染不正确......),但 APR 看起来非常棒——似乎有 everything。 :) 会看看他们,谢谢! +1
  • GLib 更完整,但 APR 也很棒
猜你喜欢
  • 2018-06-02
  • 1970-01-01
  • 1970-01-01
  • 2011-03-19
  • 1970-01-01
  • 2012-01-19
  • 2015-06-07
  • 1970-01-01
相关资源
最近更新 更多