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(双指针)
    • 验证二叉查找树
    • 二叉树中的最大路径和
    • 将二叉搜索树转换为已排序的双向链接列表
    • 整数排序 II - quick_sort and merge_sort
    • 合并排序数组(简单版)
    • 最长回文串
    • 和相同的二元子数组
    • 两数之和 VII
    • Substring with Concatenation of All Words
    • No k consecutive repeated char
    • Triangle Count
    • Container With Most Water
    • Nuts & Bolts Problem
    • Partition Array
    • Sort Colors
    • Partition Array by Odd and Even
    • Valid Palindrome
    • Wiggle Sort II
    • Kth Largest Element
    • Kth Smallest Number in Sorted Matrix
    • Longest Substring Without Repeating Characters
    • Minimum Window Substring(FB 模板)
    • Minimum string array coverage
    • Longest Substring with At Most K Distinct Characters(模板)
    • Longest Substring with At Least K Repeating Characters(区别)
    • Is Subsequence
    • Window Sum(sliding window)
    • Longest Substring with At Most Two Distinct Characters(map)
    • Find the Duplicate Number
    • Reverse Vowels of a String
    • Intersection of Two Arrays II
    • Sort Transformed Array
    • Sliding Window Maximum
    • Find All Anagrams in a String(类似Minimum Window Substring)
    • Repeated DNA Sequences
    • strStr
    • Longest Repeating Character Replacement
    • Longest Word in Dictionary through Deleting
    • Max Consecutive Ones II
    • K-diff Pairs in an Array
    • Permutation in String
    • Smallest Range
    • Subarray Product Less Than K
    • Candy Crush
    • Partition Labels
    • Most Profit Assigning Work
    • Unique Letter String
    • Push Dominoes
    • Backspace String Compare
    • Longest Mountain in Array
    • Boats to Save People
    • Long Pressed Name
    • Squares of a Sorted Array
    • Interval List Intersections
    • Subarrays with K Different Integers
    • Max Consecutive Ones III
    • two sum 集合
      • 两数之和 VII
      • 和相同的二元子数组
  • amz oa
  • 强化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?

  1. 强化4(双指针)

two sum 集合

两数之和 VII和相同的二元子数组
PreviousMax Consecutive Ones IIINext两数之和 VII

Was this helpful?