D
D
dima_eam2011-06-30 10:26:44
C++ / C#
dima_eam, 2011-06-30 10:26:44

Book with algorithms

Hello.
Tell me please, is there any thick book on algorithms (preferably modern) with implementation in C / ACM?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
E
ertaquo, 2011-06-30
@ertaquo

Donald Knuth, The Art of Programming. Unless there are examples for a hypothetical MIX assembler.

E
Edro, 2011-07-01
@Edro

Kormen: Algorithms. Construction and analysis. Implementation in pseudocode, it will not be difficult to rewrite in any language.

K
Kane, 2011-06-30
@Kane

My favorite is Introduction to Algorithms . The book does not contain examples of implementation in programming languages, but the algorithms are very well explained.

I
int02h, 2011-06-30
@int02h

A.V. Aho, D.E. Hopcroft, D.D. Ullman: Data Structures and Algorithms

J
Juggler, 2011-06-30
@Juggler

V. Lipsky. Combinatorics for programmers.
You can read it here: reslib.com/book/Kombinatorika_dlya_programmistov
Describes the implementation of all the main combinatorial algorithms (graphs, trees, substitutions, etc.)

F
filatov_andrey, 2011-06-30
@filatov_andrey

A good book on algorithms and data structures with examples in C:
Richard Heathfield, Lawrence Kirby "C Unleashed"
I ordered it on Amazon myself and was pleased with what I read. It seems that there is a translation into Russian, but I won’t say anything about its quality, I haven’t read it. It seems that I once found this book in electronic form on torrents.

C
Centronix, 2014-11-08
@Centronix

"Algorithmic tricks for programmers" 2004.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question