DSA Series: Basic Problems
(Part-01)
Problem-01: Leap Year Program❓
🔗 Problem Link
🤔 Intuition:
A leap year is exactly divisible by 4 except for century years (years ending with 00). The century year is a leap year only if it is perfectly divisible by 400.
For example,
1997 is not a ...
beehiveblogs.hashnode.dev7 min read