Comment on: What are the most beneficial programming books you have ever read ?
0 03 Nov 2016 19:23 u/Borab3 in v/programmingComment on: [c] How to Get Fired Using Switch Statements & Statement Expressions
Switch using goto makes me feel dirty.
Comment on: How important is Algebra in computer programming
Algebra is very important. What some comments are forgetting is that Boolean algebra is crucial to computing. You don't need to have an 'A' in algebra, but the basics of it is invaluable.
Numerical Recipes has been a great tool. It is a bit dated, but has almost all of the algorithms that I could ever need. It is also super interesting to see how some of the libraries we use work.
Edit: Link