---
title: "算法模板图谱"
tags:
  - "algorithm-atlas/home"
atlas_type: "home"
locale: "zh-Hans"
template_count: 69
recipe_count: 12
family_count: 18
generated: true
---
<!-- algorithm-atlas:generated -->

# 算法模板图谱

> [!abstract] 从识别信号到不变量，再到可复用代码骨架；所有内容均为原创、source-neutral 的双语知识资产。

[打开总复习 Cheatsheet](../HTML/zh/review-cheatsheet.html) · [[zh/01 - Visualizations|浏览学习图谱]] · [[zh/02 - Obsidian Graph Guide|使用原生 Graph]]

![[zh/Views/Templates.base#全部模板]]

![[zh/Views/Recipes.base#组合 Recipes]]

## Families

- [[zh/Concepts/Families/backtracking|回溯与约束搜索]]
- [[zh/Concepts/Families/binary-search|二分与单调答案]]
- [[zh/Concepts/Families/bit-state|位运算与位掩码状态]]
- [[zh/Concepts/Families/divide-conquer|分治与归并计数]]
- [[zh/Concepts/Families/dsu-mst|并查集、MST 与离线激活]]
- [[zh/Concepts/Families/dynamic-programming|动态规划]]
- [[zh/Concepts/Families/geometry-simulation|几何、扫描线、模拟与解析]]
- [[zh/Concepts/Families/greedy|贪心与调度]]
- [[zh/Concepts/Families/heap-stream|堆、选择与流]]
- [[zh/Concepts/Families/math-combinatorics|数学、数论与组合]]
- [[zh/Concepts/Families/ordered-frontier-path|有序前沿与路径]]
- [[zh/Concepts/Families/pointers-window|双指针与滑动窗口]]
- [[zh/Concepts/Families/prefix-hash|前缀、差分与哈希状态]]
- [[zh/Concepts/Families/range-query|区间查询数据结构]]
- [[zh/Concepts/Families/stack-deque|栈、单调栈与单调队列]]
- [[zh/Concepts/Families/string-algorithms|字符串匹配、哈希与回文]]
- [[zh/Concepts/Families/traversal-connectivity|遍历与连通性]]
- [[zh/Concepts/Families/tree-trie|树、BST 与 Trie]]

## 我的补充

<!-- algorithm-atlas:manual-begin -->
<!-- 只在两个 marker 之间写人工笔记；重新生成时会保留。 -->
<!-- algorithm-atlas:manual-end -->
