地址https://leetcode.com/problems/jump-game-ii/description/题目Given an array of non-negative integers, you are initially positione...
阅读全文...
【leetcode】 Wildcard Matching
地址https://leetcode.com/problems/wildcard-matching/description/题目Implement wildcard pattern matching with support for '?' and '*...
阅读全文...
阅读全文...
【leetcode】 Longest Valid Parentheses
地址https://leetcode.com/problems/longest-valid-parentheses/description/题目Given a string containing just the characters '(' and '...
阅读全文...
阅读全文...
【hihocoder】 1718 最长一次上升子序列
地址https://hihocoder.com/problemset/problem/1718题目时间限制:10000ms单点时限:1000ms内存限制:256MB描述给定一个由N个元素组成的序列: A1, A2, ... AN,请你找出其中最长的子序列...
阅读全文...
阅读全文...