首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
NewCoder1024
掘友等级
不要假装努力,结果不会陪你演戏
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
3
文章 3
沸点 0
赞
3
返回
|
搜索文章
最新
热门
LeetCode Generate Parentheses(022)解法总结
Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses. 对于重复内容顺序的生成,可以采用递归的方式。生成括号部分可以进行递归,…
LeetCode Merge Two Sorted Lists(021)解法总结
Merge two sorted linked lists and return it as a new list. The new lists. 使用循环遍历的方式,将两个链表合并成为一个链表。每次合并之前都进行一次比较操作。 Runtime: 0 ms, faster th…
LeetCode Valid Parentheses(020)解法总结
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. Open brackets must b…
LeetCode Remove Nth Node From End of List(019)解法总结
Given a linked list, remove the n-th node from the end of list and return its head. Given n will always be valid. 使用两个指针避免回溯的情况,只需要让两个指针保持N…
LeetCode 3Sum Closest(016)解法总结
Given an array nums of n integers and an integer target, find three integers in nums such that the sum is closest to target. Return the sum…
LeetCode Letter Combinations of a Phone Number(017)解法总结
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. A mapping of …
LeetCode 3Sum(015)解法总结
昨天华为二面的时候碰到了这道题的简化版(两数之和),今天顺序做题的时候就碰到了。不过之前看面经的时候有注意过这个题,所以仔细看看面经是非常重要的。 Given an array nums of n integers, are there elements a, b, c in …
LeetCode Longest Common Prefix(014)解法总结
Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return an empty string…
LeetCode Roman to Integer(013)解法总结
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just…
LeetCode Integer to Roman(012)解法总结
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For example, two is written as II in Roman numeral, just…
下一页
个人成就
文章被点赞
6
文章被阅读
11,557
掘力值
354
关注了
1
关注者
0
收藏集
0
关注标签
8
加入于
2020-03-03