AtCoder Graph Visualizer

入力例のグラフを推定して、頂点と辺をSVG描画

Від 17.08.2025. Дивіться остання версія.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Автор
natsuakane
Рейтинги
0 0 0
Версія
1.3.0
Створено
17.08.2025
Оновлено
17.08.2025
Size
9,4 кБ
Ліцензія
MIT
Відноситься до

AtCoder Graph Visualizer

AtCoderで入力例にグラフが与えられたときに、その下にグラフを描画するスクリプトです。

設定可能なこと

  • 重み付きグラフとしてみるか
  • 有向グラフとしてみるか
  • 木としてみるか(辺の数が与えられない場合でも、頂点の個数-1として認識する)

ほとんどのコードはChatGPTに指示して書いてもらいました。