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/longest-arithmetic-subsequence 难度: Medium 标签: 数组 哈希表 二分查找 动态规划
题目链接: https://leetcode-cn.com/problems/smallest-even-multiple 难度: Easy 标签: 数学 数论
题目链接: https://leetcode-cn.com/problems/make-array-strictly-increasing 难度: Hard 标签: 数组 二分查找 动态规划 排序
题目链接: https://leetcode-cn.com/problems/partition-array-for-maximum-sum 难度: Medium 标签: 数组 动态规划
题目链接: https://leetcode-cn.com/problems/maximum-difference-between-node-and-ancestor 难度: Medium 标签: 树 深度优先搜索 二叉树
题目链接: https://leetcode-cn.com/problems/count-days-spent-together 难度: Easy 标签: 数学 字符串
题目链接: https://leetcode-cn.com/problems/online-majority-element-in-subarray 难度: Hard 标签: 设计 树状数组 线段树 数组 二分查找
题目链接: https://leetcode-cn.com/problems/flower-planting-with-no-adjacent 难度: Medium 标签: 深度优先搜索 广度优先搜索 图
题目链接: https://leetcode-cn.com/problems/camelcase-matching 难度: Medium 标签: 字典树 双指针 字符串 字符串匹配
题目链接: https://leetcode-cn.com/problems/most-frequent-even-element 难度: Easy 标签: 数组 哈希表 计数