Polaris (Python Optimized Library of Algorithms & data structures for Reference Implementations of Solutions) はプログラミングコンテストの作問・出題準備作業中に Python / PyPy による AC 保証のために書かれた典型的・汎用的なアルゴリズムやデータ構造の Python 実装です.
本コードの使用は自由ですが,これにより生じたあらゆる結果の責任は負いかねます.
dsu.py
fenwick.py
isprime.py
maxflow.py
: yukicoder No.1316 Maximum Minimum Spanning Treentt.py
: yukicoder No.1241 Eternal Toursnumber.py