Tparsa's blog

By Tparsa, 12 years ago, In English

Hello Everyone!

I want to know : What books do you recommend for algorithms and programming.

I'm a student and want to know that;

GOODBYE

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
12 years ago, hide # |
 
Vote: I like it +9 Vote: I do not like it

solve problems then you will learn algorithms

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Structure and Interpretation of Computer Programs is a great read for any programmer. It will not, most likely, help you achieve better results on CodeForces, but it will teach you many useful things about the essence of programming.

»
12 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Algorithms By CLRS

Algorithm Design by kleinberg and tardos

»
12 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Thank you all!!