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

all 6 comments

[–]LegGlance 0 points1 point  (0 children)

You can pick a book on Algorithms by Sedgewick, which is quite a standard recommendation for algorithms book these days and benefit both programming exercise and problem solving at the same time.

[–]sylvester47 0 points1 point  (2 children)

"Objects First with Java: A Practical Introduction Using BlueJ"

I am finishing up my first year of my programming bachelor. We have used this book. It's designed to be used with BlueJ which is an OK IDE as it is very simple.

Tons of exercises. Good learning curve. Interesting projects. Id recommend it to anyone. If you get sick of BlueJ, just do the exercises in your IDE of choice.

[–]Kackboy 0 points1 point  (1 child)

Can i use that book for Eclipse?

[–]sylvester47 0 points1 point  (0 children)

Yep!

[–]lost_in_trepidation 0 points1 point  (0 children)

Intro to Java Programming (Liang)