Data Structures and Algorithm Book for C

What is a popular / good data structure and analysis of algorithms for C, other than Data Structures, Algorithms, and Software Principles in C by Thomas Standish.

+4
source share
2 answers

An introduction to the algorithms of Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stain is considered a standard reading of this subject. It is very thorough.

+4
source

Algorithms in C (sedgewick) are also good

Algorithm Development Guide is very readable

+8
source

Source: https://habr.com/ru/post/1335185/


All Articles