Well for the different algorithms (Apply/Exists/Compose/...) my best recommendation would be writing the rewrite rules on your cheat-sheet and applying them step by step (as can be seen in the previous exam solutions) as this can be done very quickly. This especially means not to try to do the algorithms graphically as this takes much time, but instead just replacing the recursive calls with their definition according to the rewrite rules.