CodingTrain / Suggestion-Box

A repo to track ideas for topics
571 stars 86 forks source link

Coding Challenge: Palindrome Dates #1721

Open King-bling12 opened 2 years ago

King-bling12 commented 2 years ago

Find out how many dates are palindromes (ex: 1/01/01) within a certain amount of years.

This was thought of because of Twos-day (2/22/22 was a tuesday)

Here is my go at it https://editor.p5js.org/KingBling12/sketches/-yNdKN-HG

rydanstar01 commented 2 years ago

Hi, I would like to solve this problem

King-bling12 commented 2 years ago

Go ahead it is a good challenge.

rydanstar01 commented 2 years ago

Hey, can you guide me regarding this? The issues containing questions are made just for solving the questions personally or can we make a pull request to this repo after completing the task?