原文链接: https://leetcode-cn.com/problems/find-positive-integer-solution-for-a-given-equation
英文原文Given a callable functi
标签详情
双指针 分类
原文链接: https://leetcode-cn.com/problems/remove-palindromic-subsequences
英文原文You are given a string s consisting only of
原文链接: https://leetcode-cn.com/problems/check-if-n-and-its-double-exist
英文原文Given an array arr of integers, check if th
原文链接: https://leetcode-cn.com/problems/find-the-distance-value-between-two-arrays
英文原文Given two integer arrays arr1 an
原文链接: https://leetcode-cn.com/problems/the-k-strongest-values-in-an-array
英文原文Given an array of integers arr and
原文链接: https://leetcode-cn.com/problems/range-sum-of-sorted-subarray-sums
英文原文You are given the array nums consisting o
原文链接: https://leetcode-cn.com/problems/number-of-subsequences-that-satisfy-the-given-sum-condition
英文原文Given an array
原文链接: https://leetcode-cn.com/problems/get-the-maximum-score
英文原文You are given two sorted arrays of distinct integers
原文链接: https://leetcode-cn.com/problems/shortest-subarray-to-be-removed-to-make-array-sorted
英文原文Given an integer array
原文链接: https://leetcode-cn.com/problems/number-of-ways-where-square-of-number-is-equal-to-product-of-two-numbers
英文原文Gi