文件名称:leetcode分类-Leetcode-MycodeCollection:力码|记录我在Leetcode中解决问题的方法
文件大小:28KB
文件格式:ZIP
更新时间:2024-07-19 18:23:07
系统开源
leetcode 分类 Leetcode MycodeCollection 整理一下在Leetcode上刷的题目 :grinning_face_with_smiling_eyes: 难易度分类 难度 :check_box_with_check: 完成题目数 Easy 16 Medium 41 Hard 13
【文件预览】:
Leetcode-MycodeCollection-master
----.gitignore(12B)
----Class design()
--------5341. Product of the Last K Numbers.cpp(741B)
--------146. LRU Cache.cpp(2KB)
----String()
--------76. Minimum Window Substring.cpp(1KB)
--------3. Longest Substring Without Repeating Characters.cpp(465B)
--------17. Letter Combinations of a Phone Number.cpp(835B)
--------49. Group Anagrams.cpp(2KB)
--------5. Longest Palindromic Substring.cpp(1KB)
--------433. Minimum Genetic Mutation.cpp(733B)
----UFSet()
--------839. Similar String Groups.cpp(1KB)
--------UFSet.h(1KB)
--------1631. Path With Minimun Effort.cpp(2KB)
--------778. Swim in Rising Water.cpp(2KB)
----README.md(202B)
----sliding window()
--------480. Sliding Window Median.cpp(3KB)
----Array()
--------15. 3Sum.cpp(3KB)
--------239. Sliding Window Maximum.cpp(1KB)
--------42. Trapping Rain Water.cpp(707B)
--------11. Container With Most Water.cpp(547B)
--------84. Largest Rectangle in Histogram.cpp(3KB)
--------238. Product of Array Except Self.cpp(571B)
--------128. Longest Consecutive Sequence.cpp(456B)
--------55. Jump Game.cpp(540B)
----Dynamic programming()
--------121. Best Time to Buy and Sell Stock.cpp(342B)
--------63. Unique Paths II.cpp(1KB)
--------139. Word Break.cpp(925B)
--------64. Minimum Path Sum.cpp(699B)
--------213. House Robber II.cpp(853B)
--------300. Longest Increasing Subsequence.cpp(610B)
--------322. Coin Change.cpp(566B)
--------72. Edit Distance.cpp(990B)
--------221. Maximal Square.cpp(885B)
--------152. Maximum Product Subarray.cpp(941B)
----Tree()
--------105. Construct Binary Tree from Preorder and Inorder Traversal.cpp(2KB)
--------98. Validate Binary Search Tree 验证二叉搜索树.cpp(2KB)
----Linked List()
--------19. Remove Nth Node From End of List.cpp(559B)
--------24. Swap Nodes in Pairs .cpp(505B)
--------23. Merge k Sorted Lists.cpp(1KB)
----Hashmap()
--------888. Fair Candy Swap.cpp(1KB)
----Backtracking()
--------679.24 Game.cpp(2KB)