Another Graph Editor!

Revision en1, by nyavim, 2024-08-16 12:36:33

Hello, Codeforces!

I've been working on a graph visualization tool for a while now, and because I couldn't think of a good name for it, I've opted to call it Another Graph Editor.

The layout is very much inspired by CS Academy's graph editor. Input is pretty straightforward too, as you may just copy paste the test case edge data into the text area using the form u v w, where w is an optional edge label. You do not need to enter n m, representing the number of nodes and vertices respectively.

Node labels are supported too! Suppose the problem offers an array a where a[i] represents the value at node i, you can just copy-paste it into Node Labels and it'll show up as little octagons hovering over the node. If you want to skip over a particular node (aka an empty label), use the character '_' as a placeholder.

Tags graph

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en5 English nyavim 2024-08-16 13:44:18 0 (published)
en4 English nyavim 2024-08-16 13:36:41 60
en3 English nyavim 2024-08-16 13:28:46 440
en2 English nyavim 2024-08-16 13:07:48 1606
en1 English nyavim 2024-08-16 12:36:33 941 Initial revision (saved to drafts)