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 类
  • Graph & Topological Sort,图 & 拓扑排序
    • 有向 / 无向 图的基本性质和操作
    • 拓扑排序, DFS 做法
    • 拓扑排序, BFS 做法
    • Course Schedule I & II
    • Alien Dictionary
    • Undirected Graph, BFS
    • Undirected Graph, DFS
    • 矩阵,BFS 最短距离探索
    • 欧拉回路,Hierholzer算法
    • AI, 迷宫生成
    • AI, 迷宫寻路算法
    • (G) Deep Copy 无向图成有向图
  • 括号与数学表达式的计算
  • 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?

Graph & Topological Sort,图 & 拓扑排序

有向 / 无向 图的基本性质和操作拓扑排序, DFS 做法拓扑排序, BFS 做法Course Schedule I & IIAlien DictionaryUndirected Graph, BFSUndirected Graph, DFS矩阵,BFS 最短距离探索欧拉回路,Hierholzer算法AI, 迷宫生成AI, 迷宫寻路算法(G) Deep Copy 无向图成有向图
Previous**Median of Two Sorted ArraysNext有向 / 无向 图的基本性质和操作

Last updated 4 years ago

Was this helpful?