Doordash
Anonymous User
931

Given input string input1 = ("mon 10:00 am") input2 = ("mon 11:00am")
return string array with number encoded with date

output example -> ("11000", "11005", "11010"...etc..) incrementing by 5 each time

Comments (3)