随笔分类 - 模板Template
摘要:Knuth–Morris–Pratt Algorithm KMP字符串模式匹配算法 "模板题" Brief Introduction To be updated Algorithm To be updated Template Code
阅读全文
摘要:Scanline Rendering 扫描线 "模板题" Brief Introduction Scanline rendering (also scan line rendering and scan line rendering ) is an algorithm for "visible su
阅读全文
摘要:zkw Segment Tree zkw线段树 Brief Introduction To be updated Algorithm To be updated Template Code
阅读全文
摘要:Lowest Common Ancestors (LCA) Doubling 最近公共祖先(倍增实现) "模板题" Brief Introduction 在图论和CS中,两个节点$v$和$w$在树上或者有向无环图中的 最近公共祖先(LCA) $T$是指,同时拥有$v$和$w$这两个节点作为后代的最深
阅读全文