World's most popular travel blog for travel bloggers.

[Solved]: Undergraduate Computer Science Textbooks

, , No Comments
Problem Detail: 

What books would you recommend for someone starting B.Sc in Computer Science?

My Personal Info:
I am currently looking at B.Sc in Computer Science (Games), which is computer science, accept for the last year which is tailored more towards game dev.

I have a fair bit of programming experience with Unity and other things. But as far as CS goes, have little to no experience. I have just finished reading 'Introduction to Computation and Programming Using Python'. But am after something more in-depth and maths based.

My maths experience is quite poor which concerns me, as I have only studied maths up to GCSE level. (GCSE = English, there is no American equivalent. Taken at age 16)

Understanding CS is a broad topic, I was just looking for some reading that could introduce me to some key ideas that could be covered in an undergraduate course at uni.

Thanks for your time,
Magnus :)

Asked By : Magnus

Answered By : Guy Coder

Since you like to work through books, meaning you will spend a lot of time with one book and dig into the details using the book, I would recommend that your next book be

Introduction to algorithms by Cormen

I don't have this book as it didn't exist when I went to school but learning algorithms and data structures is where you will start at the University level once you have one programming language learned.

This is the kind of book that once you put it on your bookshelf and you will keep grabbing again and again for the rest of your life if you continue to program.

I know you asked about math, but if you can do problem solving, and converting word problems to math, then learning the math you need for programming is not something to worry about. In math you take word problems and convert them into the language of math, with programming you take word problems and convert them into algorithms and data structures. The thinking is the basically the same, one produces an abstract result and the other a program that can be run on a computer.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/18681

0 comments:

Post a Comment

Let us know your responses and feedback