I am ne zha / Jeskson
I am ne zha / Jeskson
题目链接: https://leetcode-cn.com/problems/convert-the-temperature 难度: Easy 标签: 数学
题目链接: https://leetcode-cn.com/problems/numbers-with-repeated-digits 难度: Hard 标签: 数学 动态规划
题目链接: https://leetcode-cn.com/problems/lexicographically-smallest-string-after-applying-operations 难度: Medium 标签: 广度优先搜索 字符串
题目链接: https://leetcode-cn.com/problems/split-two-strings-to-make-palindrome 难度: Medium 标签: 双指针 字符串
题目链接: https://leetcode-cn.com/problems/longest-subsequence-with-limited-sum 难度: Easy 标签: 贪心 数组 二分查找 前缀和 排序
题目链接: https://leetcode-cn.com/problems/count-subarrays-with-median-k 难度: Hard 标签: 数组 哈希表 前缀和
题目链接: https://leetcode-cn.com/problems/maximal-network-rank 难度: Medium 标签: 图
题目链接: https://leetcode-cn.com/problems/find-valid-matrix-given-row-and-column-sums 难度: Medium 标签: 贪心 数组 矩阵
题目链接: https://leetcode-cn.com/problems/minimum-hours-of-training-to-win-a-competition 难度: Easy 标签: 贪心 数组
题目链接: https://leetcode-cn.com/problems/count-subtrees-with-max-distance-between-cities 难度: Hard 标签: 位运算 树 动态规划 状态压缩 枚举