摘要:前言從開始寫相關的博客到現(xiàn)在也蠻多篇了。而且當時也沒有按順序?qū)懍F(xiàn)在翻起來覺得蠻亂的。可能大家看著也非常不方便。所以在這里做個索引嘻嘻。順序整理更新更新更新更新更新更新更新更新更新更新更新更新更新更新更新更新
前言
從開始寫leetcode相關的博客到現(xiàn)在也蠻多篇了。而且當時也沒有按順序?qū)憽F(xiàn)在翻起來覺得蠻亂的。可能大家看著也非常不方便。所以在這里做個索引嘻嘻。
順序整理 1~501 Two Sum
2 Add Two Numbers
3 Longest Substring Without Repeating Characters
5 Longest Palindromic Substring(03-01更新)
6 ZigZag Conversion(03-04更新)
7 Reverse Integer
9 Palindrome Number
11 Container With Most Water
12 Integer to Roman(03-08更新)
13 Roman to Integer
14 Longest Common Prefix
15 3Sum
16 3Sum Closest
17 Letter Combinations of a Phone Number(03-09更新)
18 4Sum
19 Remove Nth Node From End of List(03-11更新)
20 Valid Parentheses
21 Merge Two Sorted Lists
22 Generate Parentheses(03-13更新)
24 Swap Nodes in Pairs(03-14更新)
27 Remove Element
28 Implement strStr()
29 Divide Two Integers(03-17更新)
31 Next Permutation
34 Search for a Range
35 Search Insert Position
36 Valid Sudoku(03-18更新)
38 count and say
39 Combination Sum
40 Combination Sum II
43 Multiply Strings(03-23更新)
46 Permutations(03-29更新)
47 Permutations II(05-04更新)
48 Rotate Image
49 Group Anagrams(07-14更新)
50 Pow(x, n)(07-15更新)
50~10053 Maximum Subarray
58 length of the last word
66 Plus One
67 Add Binary
88 Merge Sorted Array
100+118&119 Pascal"s Triangle
121 Best Time to Buy and Sell Stock
167 Two Sum II - Input array is sorted
169 Majority Element
198 House Robber(03-25更新)
217 Contains Duplicate
219 Contains Duplicate II
268 Missing Number
283 Move Zeroes
414 Third Maximum Number
416 Partition Equal Subset Sum(03-26更新)
448 Find All Numbers Disappeared in an Array
532 K-diff Pairs in an Array
566 Reshape the Matrix
581 Shortest Unsorted Continuous Subarray
605 Can Place Flowers
628 Maximum Product of Three Numbers
643 Maximum Average Subarray I
661 Image Smoother
665 Non-decreasing Array
695 Max Area of Island
697 Degree of an Array
724 Find Pivot Index
766 Toeplitz Matrix
文章版權歸作者所有,未經(jīng)允許請勿轉載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/68609.html
摘要:給定一個整數(shù),將其轉為羅馬數(shù)字。字符數(shù)值例如,羅馬數(shù)字寫做,即為兩個并列的。通常情況下,羅馬數(shù)字中小的數(shù)字在大的數(shù)字的右邊。給定一個羅馬數(shù)字,將其轉換成整數(shù)。注意空字符串可被認為是有效字符串。 JS算法題之leetcode(11~20) showImg(https://segmentfault.com/img/bVbwmfg?w=1790&h=714);這次的十道題目都比較容易,我們簡...
摘要:測試用例輸入輸入輸入負數(shù)的輸入平方根為正整數(shù)的輸入平方根為小數(shù)的代碼實現(xiàn)寫二分查找代碼需要注意的三點循環(huán)退出條件。使用二分查找之前,判斷問題是否滿足二分查找的要求。 Time:2019/4/17Title: sqrt(x)Difficulty: EasyAuthor: 小鹿 題目:sqrt(x) Implement int sqrt(int x). Compute and retu...
摘要:說明不允許修改給定的鏈表。算法思路題目要求返回單鏈表中存在循環(huán)鏈表的位置。首先,先判斷該單鏈表是否存在循環(huán)鏈表用兩個快慢指針分別指向鏈表的頭部,每次移動兩步,每次移動一步,移動的步數(shù)是的兩倍。 Time:2019/4/8Title: Linked List Cycle IIDifficulty: mediumAuthor:小鹿 題目:Linked List Cycle II Giv...
摘要:示例解題代碼注意,如果要在上提交解答,必須把接口和類的代碼一并提交,這里并沒有在寫類中 我理解的數(shù)據(jù)結構(八)—— 線段樹(SegmentTree) 一、什么是線段樹 1.最經(jīng)典的線段樹問題:區(qū)間染色有一面墻,長度為n,每次選擇一段墻進行染色,m次操作后,我們可以看見多少種顏色?m次操作后,我們可以在[i, j]區(qū)間內(nèi)看見多少種顏色?showImg(https://segmentfau...
摘要:示例解題代碼注意,如果要在上提交解答,必須把接口和類的代碼一并提交,這里并沒有在寫類中 我理解的數(shù)據(jù)結構(八)—— 線段樹(SegmentTree) 一、什么是線段樹 1.最經(jīng)典的線段樹問題:區(qū)間染色有一面墻,長度為n,每次選擇一段墻進行染色,m次操作后,我們可以看見多少種顏色?m次操作后,我們可以在[i, j]區(qū)間內(nèi)看見多少種顏色?showImg(https://segmentfau...
閱讀 3328·2023-04-26 00:07
閱讀 3922·2021-11-23 10:08
閱讀 2940·2021-11-22 09:34
閱讀 859·2021-09-22 15:27
閱讀 1749·2019-08-30 15:54
閱讀 3743·2019-08-30 14:07
閱讀 913·2019-08-30 11:12
閱讀 678·2019-08-29 18:44