标签归档:leetcode

RSS feed of leetcode

[LeetCode]Longest Uncommon Subsequence II

题目描述:

LeetCode 522. Longest Uncommon Subsequence II

Given a list of strings, you need to find the longest uncommon subsequence among them. The longest uncommon subsequence is defined as the longest subsequence of one of these strings and this subsequence ...

继续阅读

[LeetCode]Longest Uncommon Subsequence I

题目描述:

LeetCode 521. Longest Uncommon Subsequence I

Given a group of two strings, you need to find the longest uncommon subsequence of this group of two strings. The longest uncommon subsequence is defined as the longest subsequence of one of ...

继续阅读

LeetCode Weekly Contest 25解题报告

LeetCode Weekly Contest 25是LeetCode举办的第三十场正式周赛,共4道题目,比赛时长1.5小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-25/

题解列表:

LeetCode 507. Perfect Number

LeetCode 537. Complex Number Multiplication

LeetCode 545. Boundary of Binary Tree

LeetCode 546. Remove Boxes

[LeetCode]Remove Boxes

题目描述:

LeetCode 546. Remove Boxes

Given several boxes with different colors represented by different positive numbers.
You may experience several rounds to remove boxes until there is no box left. Each time you can choose some continuous boxes with the ...

继续阅读

[LeetCode]Boundary of Binary Tree

题目描述:

LeetCode 545. Boundary of Binary Tree

Given a binary tree, return the values of its boundary in anti-clockwise direction starting from root. Boundary includes left boundary, leaves, and right boundary in order without duplicate nodes.

Left boundary is defined ...

继续阅读