Problem Solving Tips
There are a number of methods that can be used in solving computer problems. Standard programming guidelines are useful. A lot of problems involve searching
among a number of possibilities and Recursion is a good method for
these problems. Books can also be useful to read, but the real method is to
practise with lots of problems and to think.
Go to the Irish Schools Programming Competition.