开发者

Algorithm and data structure implementations for C programmers [duplicate]

This question already has answers here: Closed 12 years ago.

Possible Duplicate:

Are there any open source C libraries with common data structures?

What is the best source of algorithm and data structure implementations for C programmers? Links to an open source library or a book will do. (Please don't point to Sedgewick, as I alr开发者_如何学Goeady have his book).


Though I have not used GDSL ( Generic Data Structures Library ) I think it's worth considering as it implements many frequently used data structures.


The Algorithm Design Manual by Steven Skiena

Algorithm and data structure implementations for C programmers [duplicate]


(source: alberton.info)


Another C library worth checking out, especially because it hasn't been mentioned in answers to this question and also the other duplicate questions: the C Algorithms Library, it can be found at http://c-algorithms.sourceforge.net/ and is covered by a BSD-style license, i.e. it can be freely used in any project. I've used it myself in several smaller programs without encountering any problems.


Art of Computer Programming, Volume 1: Fundamental Algorithms (3rd Edition)

http://en.wikipedia.org/wiki/The_Art_of_Computer_Programming

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜