New puzzle: `Filling', a Fillomino implementation by Jonas Koelker.

[originally from svn r7326]
This commit is contained in:
Simon Tatham
2007-02-25 11:37:05 +00:00
parent 8b1b6bc9a3
commit df31d4f419
8 changed files with 1677 additions and 17 deletions

View File

@ -288,6 +288,7 @@ void print_dsf(int *dsf, int size);
* indicating whether the canonical element is inverse to val. */
int edsf_canonify(int *dsf, int val, int *inverse);
int dsf_canonify(int *dsf, int val);
int dsf_size(int *dsf, int val);
/* Allow the caller to specify that two elements should be in the same
* equivalence class. If 'inverse' is TRUE, the elements are actually opposite