diff options
| author | Simon Tatham <anakin@pobox.com> | 2009-12-27 10:01:23 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2009-12-27 10:01:23 +0000 |
| commit | 514bd502be62be1b645e13488740fd34f8674d47 (patch) | |
| tree | 061ed80d3c869b7fb382f31518a724eacc59612d /dsf.c | |
| parent | a79ab3494119f2544f5ad05637e629ec703be4c5 (diff) | |
| download | puzzles-514bd502be62be1b645e13488740fd34f8674d47.zip puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.gz puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.bz2 puzzles-514bd502be62be1b645e13488740fd34f8674d47.tar.xz | |
New puzzle! 'Keen', a clone of KenKen.
[originally from svn r8796]
Diffstat (limited to 'dsf.c')
| -rw-r--r-- | dsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |