Last time it seems that I managed to go all the way through Thursday thinking it was Wednesday. By the time I was convinced that it actually was Thursday it was far too late to put up the problem. Whoops!
This problem is something a little more practical, relevant to some things I have on this site and as a consequence more open ended. Free the postcode is a project to try to build a geo database of UK postcodes.
If you take a look at the database in Google Earth then it should become apparent that there are a number of data points that are clearly in the wrong places such as SK7 1NJ. Less obviously wrong is SW1A 0AA which is in amongst the NN codes rather than the other SW codes¹ [1A very good starting point to understanding the structure of the UK postcodes is in their Wikipedia article.].
The challenge is to write some code that will process the dataset and produce a list of post codes that are probably incorrect. The more useful you can make the program the better of course.
Some suggestions:
If this seems too much like hard work, then just having some programs available that do some statistical analysis of the results so far, e.g. maybe that lets us estimate how many outstanding postcodes there are in different areas, would be helpful.