首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
NewCoder1024
掘友等级
不要假装努力,结果不会陪你演戏
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
3
文章 3
沸点 0
赞
3
返回
|
搜索文章
NewCoder1024
5年前
关注
LeetCode Generate Parentheses(022)解法总结
Given n pairs of parentheses, write a function to generate all combinations of well-fo...
0
2
分享
NewCoder1024
5年前
关注
LeetCode Merge Two Sorted Lists(021)解法总结
Merge two sorted linked lists and return it as a new list. The new lists. 使用循环遍历的方式,将两...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Valid Parentheses(020)解法总结
Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determi...
0
评论
分享
NewCoder1024
5年前
关注
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. Gi...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode 3Sum Closest(016)解法总结
Given an array nums of n integers and an integer target, find three integers in nums s...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Letter Combinations of a Phone Number(017)解法总结
Given a string containing digits from 2-9 inclusive, return all possible letter combin...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode 3Sum(015)解法总结
昨天华为二面的时候碰到了这道题的简化版(两数之和),今天顺序做题的时候就碰到了。不过之前看面经的时候有注意过这个题,所以仔细看看面经是非常重要的。 Given an arr...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Longest Common Prefix(014)解法总结
Write a function to find the longest common prefix string amongst an array of strings....
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Roman to Integer(013)解法总结
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Integer to Roman(012)解法总结
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. For...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Container With Most Water(011)解法总结
Given n non-negative integers a1, a2, ..., an , where each represents a point at coord...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Palindrome Number(009)解法总结
Determine whether an integer is a palindrome. An integer is a palindrome when it reads...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode String to Integer (atoi)(008)解法总结
Implement atoi which converts a string to an integer. necessary until the first non-wh...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode ZigZag Conversion(006)解法总结
其实对这个z字型的排列,可以看做一个压栈和弹栈的过程(字符的行数),使用count进行计数,碰到栈顶和栈底切换压栈和弹栈操作即可。 要注意行数为1的特殊情况。 % of J...
0
评论
分享
NewCoder1024
关注了
敖丙
NewCoder1024
5年前
关注
LeetCode Reverse Integer(007)解法总结
Given a 32-bit signed integer, reverse digits of an integer. Assume we are dealing wit...
0
评论
分享
NewCoder1024
赞了这篇文章
NewCoder1024
5年前
关注
面试代码题(华为)编辑距离
Given two words word1 and word2, find the minimum number of operations required to con...
1
评论
分享
NewCoder1024
5年前
关注
LeetCode Median of Two Sorted Arrays(004)解法总结
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the med...
0
评论
分享
NewCoder1024
5年前
关注
LeetCode Longest Substring Without Repeating Characters(003)解法总结
Given a string, find the length of the longest substring without repeating characters....
0
评论
分享
NewCoder1024
赞了这篇文章
NewCoder1024
5年前
关注
面试代码题(vivo)数位之积
输入一个正整数n,输出一个最小正整数m,使得m的各位乘积等于n,若不存在,则返回-1。 当输入的数据>10时,需要分析求小于10的所有因子,而且要满足因子的个数越少越好,并...
4
9
分享
下一页
个人成就
文章被点赞
6
文章被阅读
10,990
掘力值
352
关注了
1
关注者
0
收藏集
0
关注标签
8
加入于
2020-03-03