归档 2017年5月15日

LeetCode Weekly Contest 32解题报告

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

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

题解列表:

LeetCode 581. Shortest Unsorted Continuous Subarray

LeetCode 582. Kill Process

LeetCode 583. Delete Operation for Two Strings

LeetCode 587. Erect the Fence

[LeetCode]Delete Operation for Two Strings

题目描述:

LeetCode 583. Delete Operation for Two Strings

Given two words word1 and word2, find the minimum number of steps required to make word1 and word2 the same, where in each step you can delete one character in either string ...

继续阅读

[LeetCode]Shortest Unsorted Continuous Subarray

题目描述:

LeetCode 581. Shortest Unsorted Continuous Subarray

Given an integer array, you need to find one continuous subarray that if you only sort this subarray in ascending order, then the whole array will be sorted in ascending order, too.

You ...

继续阅读

昨天

明天

归档