Given current day as day
of the week and an integer K
, the task is to find the day of the week after K
days.
This is a companion discussion topic for the original entry at https://algo.monster/problems/day_of_week/
Given current day as day
of the week and an integer K
, the task is to find the day of the week after K
days.