Пожалуйста, подпишитесь на официальный канал Codeforces в Telegram по ссылке https://t.me/codeforces_official. ×

Graph Editor — graph preview tool for algorithm programmers

Правка en2, от Silver_Fox, 2023-01-08 23:46:05

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.

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

At the moment I know about these:

Теги graph, weighted graph, directed graph

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский Silver_Fox 2023-07-30 21:45:03 199 Added directed & weighted edges and new light theme.
en2 Английский Silver_Fox 2023-01-08 23:46:05 20 Tiny change: 'or/)\n\n- miska924 DrawGraph' -> 'or/)\n\n- [user:miska924] DrawGraph'
en1 Английский Silver_Fox 2023-01-08 23:09:53 828 Initial revision (published)