mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Spectre tiling: add a comment with some reference URLs.
I meant to fold this into yesterday's main commit, but there's always something that gets forgotten.
This commit is contained in:
@ -1,6 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Code to generate patches of the aperiodic 'spectre' tiling
|
* Code to generate patches of the aperiodic 'spectre' tiling
|
||||||
* discovered in 2023.
|
* discovered in 2023.
|
||||||
|
*
|
||||||
|
* Resources about the tiling from its discoverers:
|
||||||
|
* https://cs.uwaterloo.ca/~csk/spectre/
|
||||||
|
* https://arxiv.org/abs/2305.17743
|
||||||
|
*
|
||||||
|
* Writeup of the generation algorithm:
|
||||||
|
* https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/aperiodic-spectre/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Reference in New Issue
Block a user