July 1, 2018
-
Become a Better Coder
Introduction to Algorithms by Cormen et al. - Assuming you have the mathematical maturity, this text provides an excellent treatise on algorithms. tomek mentioned how this book entertained him during the less eventful nights he spent in England.
Concrete Mathematics by Knuth et al. - An interesting and sometimes quirky textbook covering the core mathematical prerequisites for Computer Science. This was used in the Discrete course at Warsaw University, and proved both educational and enjoyable.
Programming Pearls by Jon Bentley - A great book that helps to develop your "approach" to coding. An easy read containing many invaluable coding tips.
https://www.spoj.com/ - Great resource for programming practice.
Recent Comments