Question d’entretien chez Microsoft

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

Réponse à la question d'entretien

Utilisateur anonyme

23 déc. 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.