Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAMy solution.
I'm still new at this and coming late to this exercise, so my solution is very complicated, so I'm not posting it. But I have a question (sorry if it's been addressed - there are a lot of posts!)
In the main posted solution, Russia seems to be excluded from the output for question 1 because the holidays after 1 Jan are not called 'New Year's Day'. Rather they're called New Year Holiday. But it seems to me that Russia should be excluded from the output because it has six days of holidays over the New Year period. Am I missing something?
Completed the tasks and made spaghetti, efficient! Wording of the first task made for some confusion given the data set, but outputs match, so done = done.
@Nams wrote:I'm still new at this and coming late to this exercise, so my solution is very complicated, so I'm not posting it. But I have a question (sorry if it's been addressed - there are a lot of posts!)
In the main posted solution, Russia seems to be excluded from the output for question 1 because the holidays after 1 Jan are not called 'New Year's Day'. Rather they're called New Year Holiday. But it seems to me that Russia should be excluded from the output because it has six days of holidays over the New Year period. Am I missing something?
Came across the same issue, but given the wording of the challenge, I'd say they are wanting countries with exactly 2 days of celebration, which when filtered by that criteria, gets the same results as the expected output.