Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Uncategorized category for Safe Coasts by terryyin
def finish_map(regional_map):
expand = lambda cells, DIRS: set((x+dx, y+dy) for x, y in cells for dx, dy in DIRS if 0<=x+dx
Aug. 29, 2014
Comments: