leetcode用例构造-LeetCode:我自己的LeetCode练习解决方案

时间:2021-06-30 09:13:21
【文件属性】:
文件名称:leetcode用例构造-LeetCode:我自己的LeetCode练习解决方案
文件大小:63KB
文件格式:ZIP
更新时间:2021-06-30 09:13:21
系统开源 leetcode 用例构造力码 我自己的 LeetCode 练习练习。 动态规划 # 问题 解决方案 困难 相关话题/想法 64 中等的 2020/12/11 基本dp 72 难的 2020/09/22 dp 字符串,类似于 376 HW2 123 难的 2020/08/16 日常练习,动态规划,还自带工整 486 中等的 2020/09/01 日常锻炼,动态规划 546 难的 2020/08/15 日常锻炼,动态规划 647 中等的 2020/08/19 日常练习、动态规划、Manacher算法 877 中等的 2020/09/01 日常练习,动态规划,类似486,也自带一个琐碎的sol。 983 中等的 2020/08/25 日常练习,动态规划,dfs 分而治之 # 问题 解决方案 困难 相关话题/想法 4 难的 O(log(m+n))搜索,棘手的边界和类型转换 15 中等的 虽然这个问题有一些简单的解决方案,但它是嵌套无序映射( O(1)搜索)的一个很好的做法,它检查了搜索复杂度和构造复杂度的权衡 50 中等的 快速幂算法O(logn) ,溢出 101 简单的 280 课堂练习,
【文件预览】:
LeetCode-master
----.gitignore(208B)
----Random_Walk()
--------88. Merged Sorted Array.md(1KB)
--------15.3-sum.cpp(2KB)
--------4.median-of-two-sorted-arrays(with_comments).cpp(3KB)
--------204.count-primes.cpp(2KB)
--------50.pow-x-n.cpp(824B)
--------771.jewels-and-stones.cpp(419B)
--------15.3-sum(with_comments).cpp(9KB)
--------64.minimum-path-sum.cpp(674B)
--------72.编辑距离.cpp(997B)
--------4.median-of-two-sorted-arrays.cpp(2KB)
--------21. Merge Two Sorted Lists.md(2KB)
--------120.triangle.cpp(420B)
----Top_100_Liked_Questions()
--------README.md(84B)
--------148. Sort List.md(3KB)
--------21. Merge Two Sorted List.md(2KB)
----Daily_Exercise()
--------143.reorder-list.cpp(2KB)
--------905.sort-array-by-parity.cpp(568B)
--------171.excel-sheet-column-number.cpp(399B)
--------969.pancake-sorting.cpp(612B)
--------125.valid-palindrome.cpp(1KB)
--------705.design-hash-set.cpp(818B)
--------546.remove-boxes.cpp(1KB)
--------733.flood-fill.cpp(860B)
--------529.minesweeper.cpp(2KB)
--------436.find-right-interval.cpp(2KB)
--------409.longest-palindrome.cpp(748B)
--------111.minimum-depth-of-binary-tree.cpp(855B)
--------123.best-time-to-buy-and-sell-stock-iii.cpp(4KB)
--------201.bitwise-and-of-numbers-range.cpp(742B)
--------剑指20.表示数值的字符串.cpp(3KB)
--------1103.distribute-candies-to-people.cpp(975B)
--------342.power-of-four.cpp(350B)
--------824.goat-latin.cpp(877B)
--------520.detect-capital.cpp(482B)
--------110.balanced-binary-tree.cpp(1KB)
--------1032.stream-of-characters.cpp(2KB)
--------211.design-add-and-search-words-data-structure.cpp(1KB)
--------20.valid-parentheses.cpp(708B)
--------557.reverse-words-in-a-string-iii.cpp(495B)
--------497.random-point-in-non-overlapping-rectangles.cpp(1KB)
--------412.fizz-buzz.cpp(750B)
--------119.pascals-triangle-ii.cpp(440B)
--------442.find-all-duplicates-in-an-array.cpp(1KB)
--------486.predict-the-winner.cpp(752B)
--------949.largest-time-for-given-digits.cpp(580B)
--------967.numbers-with-same-consecutive-differences.cpp(946B)
--------952.largest-component-size-by-common-factor.cpp(2KB)
--------987.vertical-order-traversal-of-a-binary-tree.cpp(2KB)
--------679.24-game.cpp(3KB)
--------404.sum-of-left-leaves.cpp(881B)
--------491.increasing-subsequences.cpp(960B)
--------459.repeated-substring-pattern.cpp(2KB)
--------17.letter-combinations-of-a-phone-number.cpp(837B)
--------20.有效的括号.cpp(723B)
--------83.删除排序链表中的重复元素.cpp(774B)
--------470.implement-rand-10-using-rand-7.cpp(889B)
--------841.keys-and-rooms.cpp(674B)
--------214.shortest-palindrome.cpp(4KB)
--------877.stone-game.cpp(946B)
--------109.convert-sorted-list-to-binary-search-tree.cpp(2KB)
--------206.反转链表.cpp(557B)
--------332.reconstruct-itinerary.cpp(4KB)
--------647.palindromic-substrings.cpp(2KB)
--------437.path-sum-iii.cpp(2KB)
--------435.non-overlapping-intervals.cpp(733B)
--------105.construct-binary-tree-from-preorder-and-inorder-traversal.cpp(2KB)
--------657.robot-return-to-origin.cpp(746B)
--------102.binary-tree-level-order-traversal.cpp(1KB)
--------983.minimum-cost-for-tickets.cpp(1KB)
--------450.delete-node-in-a-bst.cpp(2KB)
----LICENSE(1KB)
----README.md(40KB)
----VE280_InClassEx()
--------168.excel-sheet-column-title.cpp(270B)
--------933.number-of-recent-calls.cpp(500B)
--------258.add-digits.cpp(257B)
--------101.symmetric-tree.cpp(988B)
--------551.student-attendance-record-i.cpp(867B)
--------README.md(1B)
--------1200.minimum-absolute-difference.cpp(650B)
--------1.two-sum.cpp(595B)
--------567.permutation-in-string.cpp(2KB)
--------589.n-ary-tree-preorder-traversal.cpp(1KB)
--------415.add-strings.cpp(996B)
----tmp()
--------1.txt(6KB)

网友评论