#4799

Some computer science books are classic but not suitable for beginners, and some are the opposite. Donald Knuth's The Art Of Computer Programming probably belongs to the former condition, and Robert Sedgewick's Algorithms belongs to the latter. Of course, both of their algorithm analysis idea comes down in one continuous line, and they are all the classic and bestselling reference book in the computerized algorithm field.
Loading...
Loading...
Loading...
#3470
Programming Pearls and More Programming Pearls are companion volumes written by Jon Bentley that successively published in 1986 and 1988. Both of them have become a masterpiece in the field of computer science. If you want to be a really excellent programmer, you have to read them first.

Loading...