Day of the Week Calculation - Thoughts

There is… century code + year code + month code + day, divide by seven, and take the remainder. In case the date is Jan/Feb in a leap year subtract one. That’s all… easily under 5 seconds for the entire date.

Have a look here for how to set up the memory palaces for the year codes:

2 Likes