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-chunked-palindrome-decomposition 难度: Hard 标签: 贪心 双指针 字符串 动态规划 哈希函数 滚动哈希
题目链接: https://leetcode-cn.com/problems/robot-bounded-in-circle 难度: Medium 标签: 数学 字符串 模拟
题目链接: https://leetcode-cn.com/problems/next-greater-node-in-linked-list 难度: Medium 标签: 栈 数组 链表 单调栈
题目链接: https://leetcode-cn.com/problems/check-distances-between-same-letters 难度: Easy 标签: 数组 哈希表 字符串
题目链接: https://leetcode-cn.com/problems/smallest-sufficient-team 难度: Hard 标签: 位运算 数组 动态规划 状态压缩
题目链接: https://leetcode-cn.com/problems/moving-stones-until-consecutive-ii 难度: Medium 标签: 数组 数学 双指针 排序
题目链接: https://leetcode-cn.com/problems/convert-to-base-2 难度: Medium 标签: 数学
题目链接: https://leetcode-cn.com/problems/number-of-common-factors 难度: Easy 标签: 数学 枚举 数论
题目链接: https://leetcode-cn.com/problems/minimum-cost-to-merge-stones 难度: Hard 标签: 数组 动态规划
题目链接: https://leetcode-cn.com/problems/previous-permutation-with-one-swap 难度: Medium 标签: 贪心 数组