AtCoder Graph Visualizer

入力例のグラフを推定して、オプション付きで頂点と辺をSVG描画

Pada tanggal 17 Agustus 2025. Lihat %(latest_version_link).

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.

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

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!)

Penulis
natsuakane
Nilai
0 0 0
Versi
1.2.1
Dibuat
17 Agustus 2025
Diperbarui
17 Agustus 2025
Size
8,63 KB
Lisensi
MIT
Berlaku untuk

AtCoder Graph Visualizer

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

設定可能なこと

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

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