首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
Leetcode
翠云山柠檬丸
创建于2021-08-17
订阅专栏
Leetcode专题讲解
等 7 人订阅
共11篇文章
创建于2021-08-17
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
[LeetCode][Hard]Maximum Profit in Job Scheduling 规划兼职工作 | Java
问题 Maximum Profit in Job SchedulingHard We have n jobs, where every job is scheduled to be done from
[LeetCode][Hard] Patching Array 按要求补齐数组 | Java
问题 Patching Array Hard Given a sorted integer array nums and an integer n, add/patch elements to the
[LeetCode][Hard] Sudoku Solver 解数独 | Java
问题 Sudoku Solver Hard Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku
[LeetCode][Medium] VerifyPreorderSerialization of a BinaryTree 验证二叉树的前序序列化| Java
问题 Verify Preorder Serialization of a Binary Tree Medium One way to serialize a binary tree is to us
[LeetCode][Hard] Rank Transform of a Matrix 矩阵转换后的秩 | Java
问题 Rank Transform of a Matrix Hard Given an m x n matrix, return a new matrix answer where answer[ro
[LeetCode][Hard] Making A Large Island 最大人工岛 | Java
问题 Making A Large Island Hard You are given an n x n binary matrix grid. You are allowed to change a
[LeetCode][Medium] Maximum Product of Splitted Binary Tree 分裂二叉树的最大乘积 | Java
问题 Maximum Product of Splitted Binary Tree Medium Given the root of a binary tree, split the binary
[Leetcode][Medium] Decode Ways 解码方法 | Java
问题 Decode Ways Medium A message containing letters from A-Z can be encoded into numbers using the fo
[Leetcode][Hard] Remove Boxes 移除盒子 | Java
问题 Remove Boxes Hard You are given several boxes with different colors represented by different posi
[Leetcode][Medium] Count Good Nodes in Binary Tree 统计二叉树中好节点的数目 | Java
问题 Count Good Nodes in Binary Tree Given a binary tree root, a node X in the tree is named good if i
[Leetcode][Hard] Minimum Window Substring 最小覆盖子串| Java
问题 Given two strings s and t of lengths m and n respectively, return the minimum window substring of