every-programmer-should-know
every-programmer-should-know copied to clipboard
Added introduction to algorithms
One of the best introductory books (on data structures and algorithms) I've read!
@maxsun How does it compare to "Grokking Algorithms"?
@mr-mig I haven't read Grokking Algorithms sorry. One nice part about Introduction To Algorithms vs Grokking Algorithms (from what I understand about the later), is that Intro To Algorithms uses a dummy programming language so all the concepts are easily translated across languages.