LeetCode Weekly Contest 59是LeetCode举办的第六十三场正式周赛,共4道题目,比赛时长1.5小时。
比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-59/
题解列表:
LeetCode 728. Self Dividing Numbers
LeetCode Weekly Contest 59是LeetCode举办的第六十三场正式周赛,共4道题目,比赛时长1.5小时。
比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-59/
题解列表:
LeetCode 728. Self Dividing Numbers
Implement a MyCalendarTwo
class to store your events. A new event can be added if adding the event will not cause a triple booking.
Your class will have one method, book(int start, int ...
LeetCode 730. Count Different Palindromic Subsequences
Given a string S, find the number of different non-empty palindromic subsequences in S, and return that number modulo 10^9 + 7
.
A subsequence of a string S is obtained by deleting 0 ...