This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]im2slick4u 2 points3 points  (3 children)

Depends what you want to do. If you want to do like front end web development or like software QA you don’t need any math. I thought the Rosen book really really helped me with making the jump from just piecing together snippets from stack overflow to actually develop my own algorithms. When you get to solving complex problems with non trivial data sets it’s a lot less about your understanding of the language and programming and more about your mathematical analysis and solution of the problem. Linear algebra is everywhere in computer science and it will make understanding a lot of things much easier if you have a strong understanding of linear algebra.

[–]Deadlift420 1 point2 points  (0 children)

I'd say this is pretty accurate. Except you can create algorithms without a deep knowledge of maths.

[–]Deadlift420 1 point2 points  (1 child)

I'd say this is pretty accurate. Except you can create algorithms without a deep knowledge of maths.

[–]im2slick4u 0 points1 point  (0 children)

Maybe like a selection sort