python

細かすぎる Union-Find 木の Python 実装

最近,競技プログラミングで Union-Find 木を使うことが多いので専用のクラスを用意しているんですが,通常の実装だと使うときにちょっと面倒なことが多かったの

Sending Notification to Slack from Jupyter Notebook

Implementation of a Slack notification when cell execution has finished.