Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Table solution in Clear category for Peaceable Queens by Tinus_Trotyl
def peaceable_queens(size: int) -> int:
return (0, 0, 0, 1, 2, 4, 5, 7, 9, 12, 14, 17, 21, 24, 28)[size]
Feb. 15, 2023
Comments: