首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
每日一题
Devil
创建于2021-12-26
订阅专栏
分类刷题,常见的数据结构、算法题、字符串题目,旨在练习自身的逻辑思维能力。
等 2 人订阅
共136篇文章
创建于2021-12-26
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
2207. 字符串中最多数目的子字符串(贪心)
2207. 字符串中最多数目的子字符串 leetcode原题链接:https://leetcode-cn.com/problems/maximize-number-of-subsequences-in
191. 位1的个数
191. 位1的个数 leetcode原题链接:https://leetcode-cn.com/problems/number-of-1-bits/ 难度:简单 方法:位运算 题目描述 示例 解题思路
[周赛]2211. 统计道路上的碰撞次数 I
2211. 统计道路上的碰撞次数 leetcode原题链接:https://leetcode-cn.com/problems/count-collisions-on-a-road/ 难度:中等 方法:
2038. 如果相邻两个颜色均相同则删除当前颜色(思维题)
2038. 如果相邻两个颜色均相同则删除当前颜色 leetcode原题链接:https://leetcode-cn.com/problems/remove-colored-pieces-if-both
2208. 将数组和减半的最少操作次数(优先队列)
2208. 将数组和减半的最少操作次数 leetcode原题链接:https://leetcode-cn.com/problems/minimum-operations-to-halve-array-
653. 两数之和 IV - 输入 BST(dfs + 二分搜索 or 双指针)
653. 两数之和 IV - 输入 BST leetcode原题链接:https://leetcode-cn.com/problems/two-sum-iv-input-is-a-bst/ 难度:简单
6028. 统计道路上的碰撞次数
6028. 统计道路上的碰撞次数 leetcode原题链接:https://leetcode-cn.com/problems/count-collisions-on-a-road/ 难度:中等 方法:
606. 根据二叉树创建字符串(dfs)
606. 根据二叉树创建字符串 leetcode原题链接:https://leetcode-cn.com/problems/construct-string-from-binary-tree/ 难度:
1. 两数之和(双指针 or 二分查找+自定义排序)
720. 词典中最长的单词 leetcode原题链接:https://leetcode-cn.com/problems/longest-word-in-dictionary/ 难度:简单 方法:字典序
720. 词典中最长的单词(字典序排序)
720. 词典中最长的单词 leetcode原题链接:https://leetcode-cn.com/problems/longest-word-in-dictionary/ 难度:简单 方法:字典序
432. 全 O(1) 的数据结构(双向链表+哈希表)
432. 全 O(1) 的数据结构 leetcode原题链接:https://leetcode-cn.com/problems/all-oone-data-structure/ 难度:困难 方法:双向
2044. 统计按位或能得到最大值的子集数目(dfs)
2044. 统计按位或能得到最大值的子集数目 leetcode原题链接:https://leetcode-cn.com/problems/count-number-of-maximum-bitwise
5203. 统计可以提取的工件
5203. 统计可以提取的工件 leetcode原题链接:https://leetcode-cn.com/problems/count-artifacts-that-can-be-extracted/
2183. 统计可以被 K 整除的下标对数目(GCD)
1766. 互质树 leetcode原题链接:https://leetcode-cn.com/problems/tree-of-coprimes/ 难度:困难 方法:二分查找 题目 给你一个下标从 0
5227. K 次操作后最大化顶端元素(贪心)
2049. 统计最高分的节点数目 leetcode原题链接:https://leetcode-cn.com/problems/count-nodes-with-the-highest-score/ 难
2049. 统计最高分的节点数目(建图+DFS)
2049. 统计最高分的节点数目 leetcode原题链接:https://leetcode-cn.com/problems/count-nodes-with-the-highest-score/ 难
589. N 叉树的前序遍历(递归、迭代)
589. N 叉树的前序遍历 leetcode原题链接:https://leetcode-cn.com/problems/n-ary-tree-preorder-traversal/ 难度:简单 方法
798. 得分最高的最小轮调(拆分)
798. 得分最高的最小轮调 leetcode原题链接:https://leetcode-cn.com/problems/smallest-rotation-with-highest-score/ 难
2055. 蜡烛之间的盘子(前缀和)
2055. 蜡烛之间的盘子 leetcode原题链接:https://leetcode-cn.com/problems/plates-between-candles/ 难度:中等 方法:前缀和 题目描
6018. 根据描述创建二叉树(dfs)
6018. 根据描述创建二叉树 leetcode原题链接:https://leetcode-cn.com/problems/create-binary-tree-from-descriptions/
下一页