樹狀數組
<script src="https://gist.github.com/KagariET01/7fe64c2a7d1b173ca288612561987c83.js"></script>分塊
<script src="https://gist.github.com/KagariET01/5342a30deee2cf706aaf9f629b43557c.js"></script>樹重心
<script src="https://gist.github.com/KagariET01/137c98f342c8fa8b8dd442cc0d8e3441.js"></script>樹直徑
<script src="https://gist.github.com/KagariET01/6468579417007f5c440e77e01032f310.js"></script>最短距離[a點到其他點]
<script src="https://gist.github.com/KagariET01/513dcb3bc7a9cef21d8c0dc620db240d.js"></script>並查集
<script src="https://gist.github.com/KagariET01/aff14d2f53716f8e0361d59f0e330726.js"></script>最短距離[任兩點][未驗證]
<script src="https://gist.github.com/KagariET01/812e23fc35dad6a1f05699ea868f9b15.js"></script>最近共同祖先
<script src="https://gist.github.com/KagariET01/6854f85184ae71473fd78828c92edf10.js"></script>線段樹
<script src="https://gist.github.com/KagariET01/54c0c513b64cb68dc1a199373c93b0ec.js"></script>拓樸排序
<script src="https://gist.github.com/KagariET01/4a1961250b694f95cf13d7896c96702e.js"></script>