Ask HN: How do I prepare myself for a algorithms' exercise

8 points by sedeki ↗ HN
So I have a test coming up. It involves solving some problems that have time and space constraints. How can I prepare for this?

6 comments

[ 3.4 ms ] story [ 27.2 ms ] thread
Study similar problems, of course. Develop test problems that you would give to an imaginary candidate, ie try to think of problems and constraints of your own. Also, devise a test-taking algorithm to minimize the time loss of unsolved questions.
I've always found browsing through my old algorithms text books to refresh myself helps a lot.
Practice, practice, practice will work 99% of the time. But it's worth refining your approach to problem solving for when a question is thrown at you and no answer immediately comes to mind. I can ping you some pointers - drop me an email at: sian.roberson@oxfordknight.co.uk

Good luck with your test!