地址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】 Trapping Rain Water
地址https://leetcode.com/problems/trapping-rain-water/description/题目Given n non-negative integers representing an elevation map w...
阅读全文...
阅读全文...
【leetcode】 Sudoku Solver
地址https://leetcode.com/problems/sudoku-solver/description/题目Write a program to solve a Sudoku puzzle by filling the empty cells...
阅读全文...
阅读全文...
【leetcode】 Longest Valid Parentheses
地址https://leetcode.com/problems/longest-valid-parentheses/description/题目Given a string containing just the characters '(' and '...
阅读全文...
阅读全文...