AtCoder Graph Visualizer

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

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.

(Tôi đã có Trình quản lý tập lệnh người dùng, hãy cài đặt nó!)

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

Tác giả
natsuakane
Cài đặt hàng ngày
0
Số lần cài đặt
32
Đánh giá
0 0 0
Phiên bản
1.3.0
Đã tạo
17-08-2025
Đã cập nhật
17-08-2025
Kích thước
9 KB
Giấy phép
MIT
Áp dụng cho

AtCoder Graph Visualizer

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

設定可能なこと

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

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