文件名称:leetcode备忘录系统-leetcode-solutions:leetcode-解决方案
文件大小:87KB
文件格式:ZIP
更新时间:2024-07-20 09:29:39
系统开源
leetcode备忘录系统 :pencil: 使用 C++ 的 Leetcode 解决方案 更新时间:2017-10-02 12:11:55 自动创建 我已经解决了89 / 614 个问题,但仍有113 个问题被锁定。 如果你想使用这个工具,请按照这个 (笔记: :locked: 意味着你需要从 Leetcode 购买一本书来解开这个问题) # 标题 源代码 文章 困难 1 简单的 2 中等的 3 中等的 4 难的 5 中等的 6 中等的 7 简单的 8 中等的 9 简单的 10 难的 11 中等的 12 中等的 13 简单的 14 简单的 15 中等的 16 中等的 17 中等的 18 中等的 19 中等的 20 简单的 21 简单的 22 中等的 23 难的 24 中等的 25 难的 26 简单的 27 简单的 28 简单的 29 中等的 30 难的 31 中等的 32 难的 33 中等的 34 中等的 35 简单的 36 中等的 37 难的 38 简单的 39 中等的 40 中等的 41 难的 42 难的 43 中等的 44 难的 45 难的 46 中等的 47 中等的 48 中等的 49 中等的 50
【文件预览】:
leetcode-solutions-master
----274-h-index()
--------h-index.cpp(1KB)
----047-permutations-ii()
--------permutations-ii.cpp(557B)
----070-climbing-stairs()
--------climbing-stairs.cpp(1020B)
----217-contains-duplicate()
--------contains-duplicate.cpp(552B)
----404-sum-of-left-leaves()
--------sum-of-left-leaves.cpp(954B)
----345-reverse-vowels-of-a-string()
--------reverse-vowels-of-a-string.cpp(844B)
----128-longest-consecutive-sequence()
--------longest-consecutive-sequence.cpp(833B)
----121-best-time-to-buy-and-sell-stock()
--------best-time-to-buy-and-sell-stock.cpp(904B)
----242-valid-anagram()
--------valid-anagram.cpp(562B)
----300-longest-increasing-subsequence()
--------longest-increasing-subsequence.cpp(1KB)
----027-remove-element()
--------remove-element.cpp(762B)
----191-number-of-1-bits()
--------number-of-1-bits.cpp(593B)
----069-sqrtx()
--------sqrtx.cpp(407B)
----344-reverse-string()
--------reverse-string.cpp(336B)
----237-delete-node-in-a-linked-list()
--------delete-node-in-a-linked-list.cpp(568B)
----189-rotate-array()
--------rotate-array.cpp(967B)
----034-search-for-a-range()
--------search-for-a-range.cpp(844B)
----451-sort-characters-by-frequency()
--------sort-characters-by-frequency.cpp(2KB)
----367-valid-perfect-square()
--------valid-perfect-square.cpp(744B)
----053-maximum-subarray()
--------maximum-subarray.cpp(788B)
----561-array-partition-i()
--------array-partition-i.cpp(775B)
----441-arranging-coins()
--------arranging-coins.cpp(753B)
----287-find-the-duplicate-number()
--------find-the-duplicate-number.cpp(910B)
----031-next-permutation()
--------next-permutation.cpp(687B)
----540-single-element-in-a-sorted-array()
--------single-element-in-a-sorted-array.cpp(1KB)
----551-student-attendance-record-i()
--------student-attendance-record-i.cpp(1KB)
----461-hamming-distance()
--------hamming-distance.cpp(586B)
----155-min-stack()
--------min-stack.cpp(1KB)
----100-same-tree()
--------same-tree.cpp(728B)
----210-course-schedule-ii()
--------course-schedule-ii.cpp(3KB)
----168-excel-sheet-column-title()
--------excel-sheet-column-title.cpp(621B)
----231-power-of-two()
--------power-of-two.cpp(299B)
----007-reverse-integer()
--------reverse-integer.cpp(1KB)
----412-fizz-buzz()
--------fizz-buzz.cpp(1KB)
----028-implement-strstr()
--------implement-strstr.cpp(823B)
----389-find-the-difference()
--------find-the-difference.cpp(766B)
----453-minimum-moves-to-equal-array-elements()
--------minimum-moves-to-equal-array-elements.cpp(680B)
----050-powx-n()
--------powx-n.cpp(438B)
----162-find-peak-element()
--------find-peak-element.cpp(1KB)
----001-two-sum()
--------two-sum.cpp(685B)
----476-number-complement()
--------number-complement.cpp(1KB)
----035-search-insert-position()
--------search-insert-position.cpp(570B)
----526-beautiful-arrangement()
--------beautiful-arrangement.cpp(2KB)
----046-permutations()
--------permutations.cpp(561B)
----144-binary-tree-preorder-traversal()
--------binary-tree-preorder-traversal.cpp(1KB)
----026-remove-duplicates-from-sorted-array()
--------remove-duplicates-from-sorted-array.cpp(617B)
----423-reconstruct-original-digits-from-english()
--------reconstruct-original-digits-from-english.cpp(2KB)
----226-invert-binary-tree()
--------invert-binary-tree.cpp(883B)
----283-move-zeroes()
--------move-zeroes.cpp(874B)
----409-longest-palindrome()
--------longest-palindrome.cpp(1KB)
----README.md(79KB)
----145-binary-tree-postorder-traversal()
--------binary-tree-postorder-traversal.cpp(940B)
----482-license-key-formatting()
--------license-key-formatting.cpp(2KB)
----041-first-missing-positive()
--------first-missing-positive.cpp(549B)
----122-best-time-to-buy-and-sell-stock-ii()
--------best-time-to-buy-and-sell-stock-ii.cpp(662B)
----171-excel-sheet-column-number()
--------excel-sheet-column-number.cpp(629B)
----072-edit-distance()
--------edit-distance.cpp(1KB)
----387-first-unique-character-in-a-string()
--------first-unique-character-in-a-string.cpp(633B)
----073-set-matrix-zeroes()
--------set-matrix-zeroes.cpp(1KB)
----454-4sum-ii()
--------4sum-ii.cpp(1KB)
----462-minimum-moves-to-equal-array-elements-ii()
--------minimum-moves-to-equal-array-elements-ii.cpp(859B)
----228-summary-ranges()
--------summary-ranges.cpp(1KB)
----350-intersection-of-two-arrays-ii()
--------intersection-of-two-arrays-ii.cpp(1KB)
----525-contiguous-array()
--------contiguous-array.cpp(1KB)
----307-range-sum-query-mutable()
--------range-sum-query-mutable.cpp(2KB)
----463-island-perimeter()
--------island-perimeter.cpp(1KB)
----136-single-number()
--------single-number.cpp(428B)
----120-triangle()
--------triangle.cpp(1024B)
----066-plus-one()
--------plus-one.cpp(847B)
----492-construct-the-rectangle()
--------construct-the-rectangle.cpp(1KB)
----013-roman-to-integer()
--------roman-to-integer.cpp(598B)
----149-max-points-on-a-line()
--------max-points-on-a-line.cpp(1KB)
----520-detect-capital()
--------detect-capital.cpp(2KB)
----169-majority-element()
--------majority-element.cpp(688B)
----075-sort-colors()
--------sort-colors.cpp(1KB)
----118-pascals-triangle()
--------pascals-triangle.cpp(793B)
----036-valid-sudoku()
--------valid-sudoku.cpp(1KB)
----292-nim-game()
--------nim-game.cpp(836B)
----060-permutation-sequence()
--------permutation-sequence.cpp(780B)
----557-reverse-words-in-a-string-iii()
--------reverse-words-in-a-string-iii.cpp(719B)
----049-group-anagrams()
--------group-anagrams.cpp(974B)
----020-valid-parentheses()
--------valid-parentheses.cpp(1KB)
----500-keyboard-row()
--------keyboard-row.cpp(1KB)
----112-path-sum()
--------path-sum.cpp(1KB)
----349-intersection-of-two-arrays()
--------intersection-of-two-arrays.cpp(738B)
----303-range-sum-query-immutable()
--------range-sum-query-immutable.cpp(864B)
----326-power-of-three()
--------power-of-three.cpp(612B)
----485-max-consecutive-ones()
--------max-consecutive-ones.cpp(736B)
----104-maximum-depth-of-binary-tree()
--------maximum-depth-of-binary-tree.cpp(578B)
----150-evaluate-reverse-polish-notation()
--------evaluate-reverse-polish-notation.cpp(1KB)