OSDN Git Service

Update bitset.md
authorcountercurrent_time <50617959+countercurrent-time@users.noreply.github.com>
Mon, 4 May 2020 03:34:10 +0000 (11:34 +0800)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 03:34:10 +0000 (11:34 +0800)
docs/lang/csl/bitset.md

index 15eae1c..6293f19 100644 (file)
@@ -217,6 +217,10 @@ $$
 
  `bitset` 与树分块结合可以解决一类求树上多条路径信息并的问题,详见 [数据结构/树分块](../../ds/tree-decompose.md) 。
 
+### 与莫队结合
+
+详见 [杂项/莫队配合bitset](../../misc/mo-algo-with-bitset.md) 。
+
 ### 计算高维偏序
 
 详见 [FHR 课件](https://github.com/OI-wiki/libs/blob/master/lang/csl/FHR-分块bitset求高维偏序.pdf) 。