算法--LeetCode
风雨同舟的代码笔记
某大型互联网公司从事AI应用开发,Java资深开发 & 2年AI应用开发;专注于Java、Python、AI大模型领域的技术实践与个人成长,更多干货关注wx公众号:风雨同舟的AI笔记
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode-1:Two Sum
在牛客网刷了一些算法题,许多的算法题覆盖面不广,于是转战LeetCode,希望能提高自己的编程能力。 1.Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each原创 2017-07-11 10:53:00 · 261 阅读 · 0 评论 -
LeetCode-2:Add Two Numbers
2.Add Two Numbers You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the t原创 2017-07-11 10:56:28 · 238 阅读 · 0 评论 -
LeetCode-19:Remove Nth Node From End of List
19.Remove Nth Node From End of List原创 2017-07-15 20:57:38 · 202 阅读 · 0 评论 -
LeetCode-18:4Sum
18.4Sum原创 2017-07-15 20:56:35 · 264 阅读 · 0 评论 -
LeetCode-17:Letter Combinations of a Phone Number
17.Letter Combinations of a Phone Number Given a digit string, return all possible letter combinations that the number could represent. A mapping of digit to letters (just like on the telep原创 2017-07-15 20:55:12 · 342 阅读 · 0 评论 -
LeetCode-16:3Sum Closest
16.3Sum Closest Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each i原创 2017-07-15 20:53:49 · 360 阅读 · 0 评论 -
LeetCode-15:3Sum
15. 3Sum原创 2017-07-14 21:27:37 · 332 阅读 · 0 评论 -
LeetCode-14:Longest Common Prefix
14.Longest Common Prefix原创 2017-07-14 21:27:19 · 324 阅读 · 0 评论 -
LeetCode-13:Roman to Integer
13.Roman to Integer原创 2017-07-14 21:26:53 · 331 阅读 · 0 评论 -
LeetCode-12:Integer to Roman
12.Integer to Roman原创 2017-07-14 21:26:34 · 321 阅读 · 0 评论 -
LeetCode-11:Container With Most Water
11.Container With Most Water原创 2017-07-14 21:26:15 · 328 阅读 · 0 评论 -
LeetCode-10:Regular Expression Matching
10.Regular Expression Matching原创 2017-07-13 08:01:05 · 306 阅读 · 0 评论 -
LeetCode-9:Palindrome Number
9.Palindrome Number原创 2017-07-13 08:00:15 · 204 阅读 · 0 评论 -
LeetCode-8:String to Integer (atoi)
8.String to Integer (atoi)原创 2017-07-13 07:59:18 · 205 阅读 · 0 评论 -
LeetCode-6:ZigZag Conversion
6.ZigZag Conversion原创 2017-07-13 07:57:24 · 264 阅读 · 0 评论 -
LeetCode-4:Median of Two Sorted Arrays
4.Median of Two Sorted Arrays原创 2017-07-11 11:04:59 · 229 阅读 · 0 评论 -
LeetCode-3:Longest Substring Without Repeating Characters
3.Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", wh原创 2017-07-11 11:00:01 · 223 阅读 · 0 评论
分享