Project Euler is amazing (I'm at 101 problems).
I suggest that you read a book on algorithms, I can recommend these two:
Other suggestions are discussed in this thread.
Also, after you solve the a problem and feel you didn't use the most efficient algorithm, read comments in the thread that discusses it. Then re-code your solution with the right approach. After several problems you will notice that there are repeating patterns in the approaches.
As for the topics you listed, I use these websites:
Some Wikipedia articles are also quite helpful.
