原文链接: https://leetcode-cn.com/problems/split-two-strings-to-make-palindrome
英文原文You are given two strings a and b of t
标签详情
双指针 分类
原文链接: https://leetcode-cn.com/problems/minimum-adjacent-swaps-to-reach-the-kth-smallest-number
英文原文You are given a str
原文链接: https://leetcode-cn.com/problems/maximum-distance-between-a-pair-of-values
英文原文You are given two non-increasing
原文链接: https://leetcode-cn.com/problems/minimize-maximum-pair-sum-in-array
英文原文The pair sum of a pair (a,b) is equal to
原文链接: https://leetcode-cn.com/problems/minimum-number-of-swaps-to-make-the-string-balanced
英文原文You are given a 0-index
原文链接: https://leetcode-cn.com/problems/reverse-prefix-of-word
英文原文Given a 0-indexed string word and a character ch, re
原文链接: https://leetcode-cn.com/problems/partition-array-into-two-arrays-to-minimize-sum-difference
英文原文You are given an
原文链接: https://leetcode-cn.com/problems/compress-string-lcci
英文原文Implement a method to perform basic string compression
原文链接: https://leetcode-cn.com/problems/remove-duplicate-node-lcci
英文原文Write code to remove duplicates from an unsorted
原文链接: https://leetcode-cn.com/problems/palindrome-linked-list-lcci
英文原文Implement a function to check if a linked list