Skip to content

This project is all about giving birthday list of the people whose birthday is falling today (Month and Date wise). The list will be provided which is in the form of Array of Arrays.

License

Notifications You must be signed in to change notification settings

aloklearning/birthday-coding-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Challenge Guidelines

Given a JSON list of people and their dates of birth, write a function to list out the people whose birthday is today.

If a person was born on Feb 29th, then their birthday during a non-leap year should be considered to be Feb 28th. For simplicity, you can consider a leap year to be any year divisble by 4.

Input sample:

[
	["Doe", "John", "1982/10/08"],
	["Wayne", "Bruce", "1965/01/30"],
	["Gaga", "Lady", "1986/03/28"],
	["Mark", "Curry", "1988/02/29"]
]

About

This project is all about giving birthday list of the people whose birthday is falling today (Month and Date wise). The list will be provided which is in the form of Array of Arrays.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published