Starburst in R
__ starburst('Matrices!')
M M M
a a a
t t t
rrr
Matrices!
ccc
e e e
s s s
! ! !
wrathematic led me FibBuzz, which led me to Starburst. Now that it’s over, you can see my solution, which uses R matrices.
v=strsplit(readLines('stdin'),'')[[1]]
d=... [Read more...]