首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
LeetCode
二十六画生的博客
创建于2021-06-26
订阅专栏
面试必备
暂无订阅
共15篇文章
创建于2021-06-26
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
二十六画生的博客
1年前
面试
LeetCode
单链表反转 Java 《剑指offer》,Leetcode 206. Reverse Linked List
Given the head of a singly linked list, reverse the list, and return the reversed list . Example 1:
55
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
LeetCode 259. 3Sum Smaller 三数之和比target小的triplet有多少
一起养成写作习惯!这是我参与「掘金日新计划 · 4 月更文挑战」的第13天,点击查看活动详情。 Given an array of n integers nums and a target, find
71
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 240. Search a 2D Matrix II [某二维数组从左往右升序,从上往下升序,查找某个值是否存在,存在则返回true,反之返回
Write an efficient algorithm that searches for a value target in an m x n integer matrix matrix. Thi
69
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 146. LRU Cache-阿里面试题-实现LRU---LinkedList
Design a data structure that follows the constraints of a Least Recently Used (LRU) cache. Implement
79
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 83. Remove Duplicates from Sorted List-从有序链表中删除重复节点,重复的节点只保留一个
Given the head of a sorted linked list, delete all duplicates such that each element appears only on
67
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 82. Remove Duplicates from Sorted List II--删除链表中的重复节点,重复的节点均删除掉
Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only d
49
点赞
评论
二十六画生的博客
1年前
面试
Leetcode 234. Palindrome Linked List--判断是否是回文链表,返回中间节点,反转链表
Given the head of a singly linked list, return true if it is a palindrome. Example 1: Example 2: Con
56
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 237. Delete Node in a Linked List-删除链表的指定节点,不给链表的头节点
Write a function to delete a node in a singly-linked list. You will not be given access to the head
60
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 116. Populating Next Right Pointers in Each Node-完全二叉树层次遍历后放入队列链表-Queue
一起养成写作习惯!这是我参与「掘金日新计划 · 4 月更文挑战」的第6天,点击查看活动详情。 You are given a perfect binary tree where all leaves
105
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 328. Odd Even Linked List-奇数位节点放前面,偶数位节点放后面,按照原来的顺序
一起养成写作习惯!这是我参与「掘金日新计划 · 4 月更文挑战」的第5天,点击查看活动详情。 Given the head of a singly linked list, group all the
60
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 171. Excel Sheet Column Number-Excel的列名转换为具体的数字AB->28,ZY->701
Given a string columnTitle that represents the column title as appear in an Excel sheet, return its
33
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 242. Valid Anagram-判断是否是 相同字母异序词
一起养成写作习惯!这是我参与「掘金日新计划 · 4 月更文挑战」的第3天,点击查看活动详情。 Given two strings s and t, return true if t is an ana
58
点赞
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 412. Fizz Buzz-蜂鸣器
Given an integer n, return a string array answer (1-indexed) where : answer[i] == "FizzBuzz" if i is
62
1
评论
二十六画生的博客
1年前
面试
LeetCode
Leetcode 22. Generate Parentheses - 生成指定数量的有效圆括号,比如输入2,输出()()、(())
Leetcode 22. Generate Parentheses - 生成指定数量的有效圆括号,比如输入2,输出()()、(())
87
1
评论
二十六画生的博客
1年前
LeetCode
Leetcode 240. Search a 2D Matrix II [某二维数组从左往右升序,从上往下升序,查找某个值是否存在,存在则返回true,反之返回
Write an efficient algorithm that searches for a target value in an m x n integer matrix. The matrix
230
1
评论
温馨提示
当前操作失败,如有疑问,可点击申诉