Py3_LC刷题笔记
CtrlK
  • 目录
  • Python Basics
    • 语言
      • 继承
    • id & is
    • Sort
    • Iterable, Iterator
    • Heapq
  • System Design相关
    • Grokking 有疑问的
    • DB
    • Microservices
    • CDN
    • Load Balancer Reverse Proxy
    • INDEX
  • OA
  • 公司店面面经
    • Roblox
      • M-1282. Group the People Given the Group Size They Belong To
      • E-1. Two Sum
      • M-17. Letter Combinations of a Phone Number
      • M-79. Word Search
      • M-36. Valid Sudoku
    • Amazon
      • M-54. Spiral Matrix
      • E-733. Flood Fill
      • M-230. Kth Smallest Element in a BST
    • Google
    • IXL_Learning
      • H-691. Stickers to Spell Word
      • M-166. Fraction to Recurring Decimal
      • M-39. Combination Sum
      • E-234. Palindrome Linked List
      • H-23. Merge k Sorted Lists
      • IXL待解决问题
      • M-692. Top K Frequent Words
    • Yelp
      • 合并单词
      • M-5. Longest Palindromic Substring
      • M-139. Word Break
      • M-56. Merge Intervals
      • E-599. Minimum Index Sum of Two Lists
      • H-273. Integer to English Words
      • Yelp待解决问题
      • M-146. LRU Cache
      • H-273. Integer to English Words
      • M-355. Design Twitter
      • M-253. Meeting Rooms II
      • M-75. Sort Colors
      • M-528. Random Pick with Weight
      • M-332. Reconstruct Itinerary
    • IXL Learning
      • M-162. Find Peak Element
      • M-634. Find the Derangement of An Array
  • Stack
    • E-496. Next Greater Element I
  • Backtracking
    • E-784. Letter Case Permutation
  • Math
    • 592. Fraction Addition and Subtraction
    • E-202. Happy Number
  • Linked List
    • 160. Intersection of Two Linked Lists
  • HashTable
    • E-438. Find All Anagrams in a String
      • M-567. Permutation in String
  • Array
    • M-18. 4Sum
    • E-88. Merge Sorted Array
    • E-717. 1-bit and 2-bit Characters
    • E-697. Degree of an Array
    • @@-M-5. Longest Palindromic Substring
    • M-334. Increasing Triplet Subsequence
    • !!NR!!-M-3. Longest Substring Without Repeating Characters
    • E-189. Rotate Array
    • M-49. Group Anagrams
    • E-26. Remove Duplicates from Sorted Array
    • M-73. Set Matrix Zeroes
    • M-15. 3Sum
    • E-581. Shortest Unsorted Continuous Subarray
    • E-169. Majority Element
      • M-NR 229. Majority Element II
    • E-448. Find All Numbers Disappeared in an Array
      • M-442. Find All Duplicates in an Array
  • BFS
    • Topological sorting
      • Untitled
    • M-127. Word Ladder
    • M-513. Find Bottom Left Tree Value
    • WTF-man?E-994. Rotting Oranges
    • M-103. Binary Tree Zigzag Level Order Traversal
  • DFS
    • M-40. Combination Sum II
    • M-207. Course Schedule
    • E-108. Convert Sorted Array to Binary Search Tree
    • E-112. Path Sum
      • M-113. Path Sum II
      • E-NR437. Path Sum III
  • Tree
    • E-606. Construct String from Binary Tree
    • M-NR-222. Count Complete Tree Nodes
    • E-NR270. Closest Binary Search Tree Value
    • E-700. Search in a Binary Search Tree
    • E-938. Range Sum of BST
    • E-543. Diameter of Binary Tree
    • E-104. Maximum Depth of Binary Tree
      • E-110. Balanced Binary Tree
    • E-NR 538. Convert BST to Greater Tree
  • DP
    • INTRO
    • E-53. Maximum Subarray
    • E-NR121. Best Time to Buy and Sell Stock
Powered by GitBook
On this page

Was this helpful?

System Design相关

LogoHow Sharding WorksMedium
LogoGrokking the System Design Interview - Learn InteractivelyEducative: Interactive Courses for Software Developers
LogoYelp Engineering

PreviousHeapqNextGrokking 有疑问的

Last updated 6 years ago

Was this helpful?