leetcodeoj和leetcode-Go-AC:去AC

时间:2024-07-26 23:42:16
【文件属性】:

文件名称:leetcodeoj和leetcode-Go-AC:去AC

文件大小:34KB

文件格式:ZIP

更新时间:2024-07-26 23:42:16

系统开源

leetcode oj和leetcode Go-AC go语言刷LC题解 -- 直接复制的lc解题记录,如果想在本地IDE上跑,那么还请自行补全相关内容 每个文件对应一个大的题型,对于题目的总结可参考博客:XXXXX 题解中会配上相关的注释,注释会涉及解题要点和一些语法或算法的坑,当然,如果读者在做题时也遇到了其它的坑或者觉得有更好(更快、更省空间、更简洁、更漂亮……)的写法,欢迎交流 对题解有不清晰或不了解的地方,也可以在博客中的相关文章中与我们交流 注:每道题的命名规则如下: OJ_题号_题目名称(小驼峰命名法) 目前已使用的OJ简写如下: LC: LeetCode CIG: Coding Interview Guide(程序员面试金典) LCP: 力扣杯


【文件预览】:
Go-AC-main
----sliding windows()
--------LC_1423_availableMaxScores.go(568B)
----list()
--------CIG_0203_deleteNode.go(104B)
--------LC_141_cycleList.go(420B)
--------LC_142_cycleLitsⅡ.go(442B)
--------CIG_0204_partitionList.go(1KB)
--------LC_19_removeNthNodeFromEnd.go(460B)
--------CIG_0205_addTwoListNumbers.go(635B)
--------CIG_0201_removeDuplicatedNodes.go(1KB)
--------LC_206_reverseList.go(938B)
--------CIG_0202_kthToLast.go(300B)
--------CIG_0206_isPalindromeList.go(687B)
--------CIG_0208_detectCycle.go(306B)
--------LC_92_reverseListⅡ.go(709B)
--------CIG_0207_getIntersectionList.go(1KB)
----design()
--------LC_155_minStack.go(1KB)
--------LC_146_LRUCache.go(2KB)
----.idea()
--------Go-AC.iml(322B)
--------modules.xml(262B)
--------.gitignore(222B)
--------vcs.xml(180B)
----README.md(780B)
----stack()
--------matching problem()
--------design()
----Binary Search()
--------LC_374_guessNumber.go(553B)
--------LC_33_searchRotatedSortArray.go(823B)
--------LC_278_theFirstWrongVersion.go(569B)
--------LC_69_theSqrtOfX.go(581B)
--------LC_81_searchRotatedSortArrayⅡ.go(613B)
--------LC_410_maxValueOfSplitArray.go(631B)
--------LC_287_searchDuplicatedNumber.go(500B)
--------LC_704_binarySearch.go(308B)
--------LC_153_findMinInRotatedArray.go(402B)
--------LC_1300_nearesrNumberAfterChangeArray.go(1KB)
--------LCP_12_planOfZhang.go(851B)
--------LC_852_peakIndexInMountainArray.go(481B)
--------template()
--------LC_1482_minDaysToMakeMFlowers.go(647B)
--------LC_35_searchInsert.go(304B)
--------LC_34_findFirstAndLastInSortedArray.go(619B)
--------LC_1095_findTargetNumberInPeakMountain.go(1KB)
--------LC_875_bananaEaterKK.go(542B)
--------LC_154_findMinInRotatedArrayⅡ.go(473B)
----two pointers()
--------LC_392_isSubsequence.go(230B)
--------LC_633_sumOfSquare.go(287B)
--------LC_287_searchDuplicatedNumber.go(259B)
----dp()
--------LC_32_longestValidParenthese.go(698B)
--------subsequence()
--------gaming theory()

网友评论