Unverified Commit b682e4a9 authored by 雷蒻's avatar 雷蒻 Committed by GitHub
Browse files

Update mkdocs.yml

重开了pr #909
parent ad95f595
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -163,11 +163,12 @@ nav:
    - 线段树: ds/segment.md
    - 划分树: ds/dividing.md
    - 虚树: ds/virtual-tree.md
    - Size Balanced Tree: ds/sbt.md
    - 二叉搜索树: ds/bst.md
    - 平衡树:
      - 二叉搜索树简介: ds/bst.md
      - Treap: ds/treap.md
      - Splay: ds/splay.md
      - WBLT: ds/wblt.md
      - Size Balanced Tree: ds/sbt.md
      - AVL 树: ds/avl.md
      - 替罪羊树: ds/scapegoat.md
    - 树套树: