Microsoft interview question

Write an algorithm that will determine the correct moves for given cribbage board.

Interview Answer

Anonymous

23 Dec 2009

The most efficient algorithm was to use a bitmap, but not being familiar with cribbage, and not having much time, the problem was a little abstract for me.