Algorithm Notes
Ctrlk
  • Introduction
  • Search & Backtracking 搜索与回溯
  • String,字符串类
  • Binary Tree,二叉树
  • Segment & Fenwick Tree,区间树
  • Union-Find,并查集
  • Dynamic Programming, 动态规划
  • LinkedList,链表
  • LinkedIn 面经,算法题
  • Two Pointers,双指针
  • Bit & Math,位运算与数学
    • Bit Manipulation,对于 '1' 位的操作
    • Math & Bit Manipulation, Power of X
    • 坐标系 & 数值计算类
    • Add Digits
    • 用 int 做字符串 signature
  • Interval 与 扫描线
  • Trie,字典树
  • 单调栈,LIS
  • Binary Search 类
  • 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?

Bit & Math,位运算与数学

Bit Manipulation,对于 '1' 位的操作Math & Bit Manipulation, Power of X坐标系 & 数值计算类Add Digits用 int 做字符串 signature
PreviousHeap,排序 matrix 中的 two pointersNextBit Manipulation,对于 '1' 位的操作

Last updated 4 years ago

Was this helpful?