Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Graph Editor — graph preview tool for algorithm programmers

Revision en3, by Silver_Fox, 2023-07-30 21:45:03

Hello, Codeforces!

Check the graph preview tool — Graph Editor

Uses Simulated Annealing algorithm; Shows good results on planar and almost planar graphs.

Features:

  • easy input copy/paste;

  • random graph generator;

  • highlighting adjacent vertices on hover;

  • save as png.

update 07.2023:

  • directed edges

  • weighted edges

  • 0-1 indexed graphs

  • light theme! (all previous were dark)

Please leave your feedback and links to similar tools in the comments below.

At the moment I know about these:

Tags graph, weighted graph, directed graph

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Silver_Fox 2023-07-30 21:45:03 199 Added directed & weighted edges and new light theme.
en2 English Silver_Fox 2023-01-08 23:46:05 20 Tiny change: 'or/)\n\n- miska924 DrawGraph' -> 'or/)\n\n- [user:miska924] DrawGraph'
en1 English Silver_Fox 2023-01-08 23:09:53 828 Initial revision (published)