New puzzle! 'Keen', a clone of KenKen.

[originally from svn r8796]
This commit is contained in:
Simon Tatham
2009-12-27 10:01:23 +00:00
parent a79ab34941
commit 514bd502be
6 changed files with 2588 additions and 3 deletions

2
dsf.c
View File

@ -165,7 +165,7 @@ void edsf_merge(int *dsf, int v1, int v2, int inverse)
* We always make the smaller of v1 and v2 the new canonical
* element. This ensures that the canonical element of any
* class in this structure is always the first element in
* it.
* it. 'Keen' depends critically on this property.
*
* (Jonas Koelker previously had this code choosing which
* way round to connect the trees by examining the sizes of