JavaScript 语言
Author: Linchengzzz
-
1. Two Sum -- 两数之和
-
7. Reverse Integer -- 整数反转
-
9. Palindrome Number -- 回文数
-
13. Roman to Integer -- 罗马数字转整数
-
14. Longest Common Prefix -- 最长公共前缀
-
20. Valid Parentheses -- 有效的括号
-
28. Implement strStr() -- 实现strStr()
-
21. Merge Two Sorted Lists -- 合并两个有序链表
-
26. Remove Duplicates from Sorted Array -- 有效的括号
-
27. Remove Element -- 移除元素
-
35. Search Insert Position -- 搜索插入位置
-
38. Count and Say -- 报数
-
53.Maximum Subarray -- 最大子序和
-
58.Length of Last Word -- 最后一个单词的长度
-
66. Plus One -- 加一
-
67. Add Binary -- 二进制求和
-
69. Sqrt(x) -- 二进制求和
-
70. Climbing Stairs -- 爬楼梯
-
83. Remove Duplicates from Sorted List -- 删除排序链表中的重复元素
-
88. Merge Sorted Array -- 合并两个有序数组
-
122. Best Time to Buy and Sell Stock II -- 买卖股票的最佳时机 II
-
125. Valid Palindrome -- 验证回文串
-
136. Single Number -- 只出现一次的数字
-
141. Linked List Cycle -- 环形链表
-
189. Rotate Array -- 旋转数组
-
206. Reverse Linked List -- 反转链表
-
217. Contains Duplicate -- 存在重复元素
-
234. Palindrome Linked List -- 回文链表
-
237. Delete Node in a Linked List -- 删除链表中的节点
-
242. Valid Anagram -- 有效的字母异位词
-
283. Move Zeroes -- 移动零
-
344. Reverse String -- 反转字符串
-
350. Intersection of Two Arrays II -- 两个数组的交集 II
-
387. First Unique Character in a String -- 字符串中的第一个唯一字符
⬆︎ 返回顶部
-
2. Add Two Numbers -- 两数相加
-
3. Longest Substring Without Repeating Characters -- 无重复字符的最长子串
-
5. Longest Palindromic Substring -- 最长回文子串
-
6. ZigZag Conversion -- Z 字形变换
-
8. String to Integer (atoi) -- 字符串转换整数 (atoi)
-
19. Remove Nth Node From End of List -- 删除链表的倒数第N个节点
-
36. Valid Sudoku -- 有效的数独
-
48. Rotate Image -- 旋转图像
⬆︎ 返回顶部
-
4. Median of Two Sorted Arrays -- 寻找两个有序数组的中位数
-
10. Regular Expression Matching -- 正则表达式匹配
⬆︎ 返回顶部