Unverified Commit 3c81bc27 authored by Planet6174's avatar Planet6174 Committed by GitHub
Browse files

Update mkdocs.yml

各位觉得这样合并怎么样……
parent f097e105
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -104,17 +104,18 @@ nav:
    - 同余方程相关:
      - 裴蜀定理: math/bezouts.md
      - 乘法逆元: math/inverse.md
      - 线性方程: math/linear-equation.md
      - 线性同余方程: math/linear-equation.md
      - 中国剩余定理: math/crt.md
      - BSGS: math/bsgs.md
      - 原根: math/primitive-root.md
    - 高斯消元: math/gauss.md
    - 线性代数:
      - 矩阵: math/matrix.md
      - 高斯消元: math/gauss.md
      - 线性基: math/basis.md
    - 复数: math/complex.md
    - 分段打表: math/dictionary.md
    - 莫比乌斯反演: math/mobius.md
    - 杜教筛: math/du-sieves.md
    - 线性基: math/basis.md
    - 多项式:
      - 多项式部分简介: math/poly.md
      - 拉格朗日插值: math/lagrange-poly.md