Algorithms && Data Structures
About
  • Feb 9, 2022
    算法,
    数论
    求最大公约数gcd
    使用辗转相除法和更相减损法求最大公约数
    github
  • Jan 25, 2020
    树,
    字符串
    AC自动机
    多模式串匹配
    github
  • Jan 24, 2020
    树,
    字符串
    Trie树
    统计,排序和保存大量的字符串
    github
  • Jan 21, 2019
    算法,
    字符串
    KMP算法
    快速匹配模式串在文本中的位置
    github
  • Sep 15, 2017
    算法,
    数论
    筛法求素数
    使用筛法快速求n以内的素数
    github
  • Algorithms && Data Structures
  • Zeqiang-Lai

Illustrations for Common Algorithms and Data Structures.