摘要: Shuffle String You are given a string s and an integer array indices of the same length. The string s will be shuffled such that the character at the 阅读全文
posted @ 2023-03-04 12:19 iyiluo 阅读(27) 评论(0) 推荐(0)
摘要: Shuffle the Array Given the array nums consisting of 2n elements in the form [x1,x2,...,xn,y1,y2,...,yn]. Return the array in the form [x1,y1,x2,y2,.. 阅读全文
posted @ 2023-03-04 12:19 iyiluo 阅读(14) 评论(0) 推荐(0)
摘要: Day of the Year Given a string date representing a Gregorian calendar date formatted as YYYY-MM-DD, return the day number of the year. Example 1: Inpu 阅读全文
posted @ 2023-03-04 12:19 iyiluo 阅读(19) 评论(0) 推荐(0)
摘要: Day of the Week Given a date, return the corresponding day of the week for that date. The input is given as three integers representing the day, month 阅读全文
posted @ 2023-03-04 12:19 iyiluo 阅读(18) 评论(0) 推荐(0)