ladder_code
Ctrlk
  • Introduction
  • Meta 2024
  • Python code cheatsheet
  • knowledge base
  • Wish
  • BB
  • Math
  • Monotonic Queue/Stack
  • Wish
  • braze OA
  • Twilio
  • Expedia oa
  • Gusto
  • Twitter OA
  • MS
  • Graph and Search
  • Binary Search and Sorted Array
  • Data Structure
  • High Frequency
  • 练习
  • Dropbox
  • DFS
  • sweep line & interval
  • 强化2(Union Find, Trie, sweep line)
  • 强化3(data structure II)
  • 强化4(双指针)
  • amz oa
    • Find All Anagrams in a String
    • Cut Off Trees for Golf Event
    • Most Common Word
    • Max Pair双指针
    • Aerial Movie(双指针,2sum)
    • Least Substring
    • Number of restaurants双指针
    • K-Substring with K different characters(sliding window)
    • BST Node Distance(递归和树)
    • K Closest Points(sort)
    • Tree problem(Tree & Graph)
    • Reorder Log Files
  • 强化7(DP)
  • 强化8 matrix
  • L1_字符串,子集,排列
  • L2_二分查找
  • L3_二叉树和分治法
  • L4_动态规划
  • L6_链表(快慢指针)
  • L7_数组
  • L8_数据结构
  • L9_图和搜索(拓扑,DFS,BFS)
  • Indeed
  • Amazon
  • facebook
  • 背包问题
  • TODO
  • Sort
  • Karat
  • Concurrent
  • 贪心
  • 灌水类
  • 线段树&binary index tree
  • Doordash
  • 滑动窗口
  • Interval
  • airbnb2025
  • Meta 2025
  • To retro
Powered by GitBook
On this page

Was this helpful?

amz oa

Find All Anagrams in a StringCut Off Trees for Golf EventMost Common WordMax Pair双指针Aerial Movie(双指针,2sum)Least SubstringNumber of restaurants双指针K-Substring with K different characters(sliding window)BST Node Distance(递归和树)K Closest Points(sort)Tree problem(Tree & Graph)Reorder Log Files
Previous和相同的二元子数组NextFind All Anagrams in a String

Last updated 6 years ago

Was this helpful?