Current location - Training Enrollment Network - Mathematics courses - Because I study programming, I want to study math seriously. Is there a study route?
Because I study programming, I want to study math seriously. Is there a study route?
The mathematics used in programming is actually not very complicated, and most of the contents are from high schools. However, some mathematics contents learned in universities have a great influence on programming thinking, such as discrete mathematics, which directly affects programming logic judgment, data structure and algorithm design, relational algebra and the compilation of database language. Linear algebra has little to do with general programming, but it is closely combined with programming in engineering applications.

Since there is enough time, let's start with discrete mathematics, and then focus on learning data structures and algorithms, relational algebra. These people have all learned, and most of the mathematics used in programming can be mastered.

You can allocate your study time according to your efficiency. Generally, discrete mathematics takes at least half a year to one year, and it takes half a year to learn data structures and algorithms with relational algebra. At other times, these mathematical knowledge can be consolidated through programming practice.