Leap Year
Everything on SkillVeris tagged Leap Year — collected across the glossary, study notes, blog, and cheat sheets.
2 resources across 1 library
Interview Questions(2)
How to Solve Calendar Problems
Calendar problems are solved by counting "odd days" — the remainder when total days between two dates are divided by 7 — since the day of the week repeats ever…
How to Solve Calendar Leap Year Problems
A year is a leap year if it is divisible by 4, except century years (ending in 00), which must be divisible by 400 to be leap years — so 2024 is a leap year, 1…