Do I Need to Know Math For Programming?


With complex rules in mind, does programming require the knowledge of complex mathematics? Actually, unless you program mathematical software, only a bit of geometry is nice to have. Most of the examples here use only a tiny bit of math to accomplish their purposes.
Mathematics and programming do overlap quite a lot in their methodology. Math taught in schools provides a single solution. Programming results tend to behave a bit like a math proof, but only the proof isn’t just another bit of math. Rather, the proof of your code means that your zombies chase after humans.
A considerable amount of math required has been done for you by the computer. It is just up to you to know what math to use, and then plug in the right variables.


Comments

Popular posts from this blog

Data Structures and Algorithms Made Easy in Java

Cracking the Coding Interview: 189 Programming Questions and Solutions