GDSL 1.7 发布,C语言通用数据结构库

GDSL 1.7 修复了 interval-heap 模块的一个小 bug。

GDSL (通用数据结构库) 包含一组程序用于操作各种数据结构。这是一个可移植的库,完全由 ANSI C 编写。为 C 开发者提供强大的算法和隐藏的数据结构操作方法。目前支持的数据结构包括:lists, queues, stacks, hash tables, binary trees, binary search trees, red-black trees, 2D arrays, permutations, heaps and interval-heaps.

原文地址:https://www.cnblogs.com/shihao/p/3145684.html