nice-js-leetcode
nice-js-leetcode copied to clipboard
好青年 | leetcode 今日事今日毕(✅ Solutions to LeetCode by JavaScript, 100% test coverage, runtime beats 100% / LeetCode 题解 / GitHub Actions集成LeetCode每日一题至issues)
题目链接: https://leetcode-cn.com/problems/arithmetic-subarrays 难度: Medium 标签: 数组 排序
题目链接: https://leetcode-cn.com/problems/best-team-with-no-conflicts 难度: Medium 标签: 数组 动态规划 排序
题目链接: 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 标签: 贪心 数组 矩阵