Algorithm Notes
Ctrlk
  • Introduction
  • Search & Backtracking 搜索与回溯
  • String,字符串类
  • Binary Tree,二叉树
  • Segment & Fenwick Tree,区间树
  • Union-Find,并查集
  • Dynamic Programming, 动态规划
  • LinkedList,链表
  • LinkedIn 面经,算法题
  • Two Pointers,双指针
  • Bit & Math,位运算与数学
  • Interval 与 扫描线
  • Trie,字典树
  • 单调栈,LIS
  • Binary Search 类
    • Matrix Binary Search
    • Array Binary Search
    • Find Peak Element I & II
    • **Median of Two Sorted Arrays
  • Graph & Topological Sort,图 & 拓扑排序
  • 括号与数学表达式的计算
  • Iterator 类
  • Majority Element,Moore's Voting
  • Matrix Inplace Operations
  • 常见数据结构设计
  • (G) Design / OOD 类算法题
  • 随机算法 & 数据结构
  • (FB) I/O Buffer
  • (FB) Simplify Path, H-Index I & II
  • (FB) Excel Sheet, Remove Duplicates
  • Integer 的构造,操作,序列化
  • Frequency 类问题
  • Missing Number 类,元素交换,数组环形跳转
  • 8/10, Google Tag
  • (FB) Rearrange String k Distance Apart
  • Abstract Algebra
Powered by GitBook
On this page

Was this helpful?

Binary Search 类

Matrix Binary SearchArray Binary SearchFind Peak Element I & II**Median of Two Sorted Arrays
PreviousLargest Divisible SubsetNextMatrix Binary Search

Last updated 4 years ago

Was this helpful?