摘要: Description: A sentence S is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only. We would like t 阅读全文
posted @ 2019-09-09 14:56 CodingYM 阅读(268) 评论(0) 推荐(0)
摘要: Description: Given a date, return the corresponding day of the week for that date. The input is given as three integers representing the day, month an 阅读全文
posted @ 2019-09-09 12:02 CodingYM 阅读(362) 评论(0) 推荐(0)
摘要: Description: Given two strings A and B, find the minimum number of times A has to be repeated such that B is a substring of it. If no such solution, r 阅读全文
posted @ 2019-09-09 10:36 CodingYM 阅读(148) 评论(0) 推荐(0)
摘要: Description: A bus has n stops numbered from 0 to n - 1 that form a circle. We know the distance between all pairs of neighboring stops where distance 阅读全文
posted @ 2019-09-09 09:37 CodingYM 阅读(364) 评论(0) 推荐(0)