Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
injectivity solution in Creative category for Cipher Crossword by veky
def checkio(x,W):
for w in __import__("itertools").permutations(W):
p=set(sum((list(zip(*z))for z in zip(x[::2]+list(zip(*x))[::2],w)),[]))
if len(p)==len(dict(p)):return[[dict(p).get(l,' ')for l in r]for r in x]
Feb. 22, 2014
Comments: