Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ei1333 committed May 12, 2024
1 parent c65c9e7 commit 60f8c50
Show file tree
Hide file tree
Showing 40 changed files with 354 additions and 3,951 deletions.
4 changes: 2 additions & 2 deletions docs/dynamic-tree-builder-for-vertex.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: Dynamic Tree Builder (for Vertex)
documentation_of: //structure/dynamic-tree/dynamic-tree-builder-for-edge.hpp
documentation_of: //structure/dynamic-tree/dynamic-tree-builder-for-vertex.hpp
---

Link Cut Tree や Top Tree などの動的木を簡単に構築するための Builder です。

# コンストラクタ

```
DynamicTreeBuilderForEdge< DynamicTree, TreeDPInfo >(int n)
DynamicTreeBuilderForVertex< DynamicTree, TreeDPInfo >(int n)
```

頂点数 `n` の動的木を作成します。各頂点に対し `set_vertex`、各辺に対し `add_edge` を呼び出したあとに、`build` を呼び出すことを期待しています。
Expand Down
219 changes: 0 additions & 219 deletions docs/link-cut-tree-2.md

This file was deleted.

30 changes: 0 additions & 30 deletions docs/link-cut-tree-lazy-path.md

This file was deleted.

Loading

0 comments on commit 60f8c50

Please sign in to comment.