AtCoder Graph Visualizer

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

Version vom 17.08.2025. Aktuellste Version

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

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.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

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

Autor
natsuakane
Bewertungen
0 0 0
Version
1.2.0
Erstellt am
17.08.2025
Letzte Aktualisierung
17.08.2025
Größe
8,66 KB
Lizenz
MIT
Wird angewandt auf

AtCoder Graph Visualizer

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

設定可能なこと

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

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