首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
小强刷题~
樱黯雨
创建于2021-06-18
订阅专栏
记录LeetCode刷题历程
等 1 人订阅
共117篇文章
创建于2021-06-18
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb
69. Implement int sqrt(int x).
Compute and return the square root of x, where x is guaranteed to be a non-negative integer. Since t
67. Add Binary
Given two binary strings, return their sum (also a binary string). The input strings are both non-em
66. Plus One
Given a non-empty array of digits representing a non-negative integer, plus one to the integer.
58. Length of Last Word
Given a string s consists of upper/lower-case alphabets and empty space characters '
53. Maximum Subarray
Given an integer array nums, find the contiguous subarray (containing at least one number) which has
38. Count and Say
The count-and-say sequence is the sequence of integers with the first five terms as following:
35. Search Insert Position
Given a sorted array and a target value, return the index if the target is found. If not, return the
28. Implement strStr()
Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle
27. Remove Element
Given an array nums and a value val, remove all instances of that value in-place and return the new
26. Remove Duplicates from Sorted Array
Given a sorted array nums, remove the duplicates in-place such that each element appear only once an
21. Merge Two Sorted Lists
Merge two sorted linked lists and return it as a new list. The new list should be made by splicing t
20. Valid Parentheses
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the in
14. Longest Common Prefix
Write a function to find the longest common prefix string amongst an array of strings. If there is n
13. Roman to Integer
Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M.
9. Palindrome Number
Given an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads
7. Reverse Integer
7. Reverse IntegerGiven a 32-bit signed integer, reverse digits of an integer.
1. Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific ta