Math | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Math

What division (or divisions) of Math should I learn to be a good programmer ?

20th Nov 2017, 6:59 AM
Nuruddin
Nuruddin - avatar
4 Answers
+ 15
Largely depends on what you're programming. Here are a few that I have seen to be useful : 1 Dynamic programming (for solving many problems that can be broken up into easier-to-solve subproblems) 2 Numerical analysis (for writing PDE solvers) 3 Probability ( a LOT of places) 4 Statistics ( Data Mining) 5 Computational complexity (for designing and benchmarking algorithms) 6 Machine learning (to write code that can learn optimal behaviours from data) Many of these fall broadly into the category of discrete mathematics so in programming you should learn discrete mathematics
20th Nov 2017, 7:18 AM
GAWEN STEASY
GAWEN STEASY - avatar
+ 1
hey! do u know how to know wifi code without root and pc
20th Nov 2017, 8:10 AM
Abdusamad Esonboyev
Abdusamad Esonboyev - avatar
+ 1
if its connected
20th Nov 2017, 8:12 AM
Abdusamad Esonboyev
Abdusamad Esonboyev - avatar
0
Thanks !
20th Nov 2017, 11:27 AM
Nuruddin
Nuruddin - avatar