Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

Блог пользователя awasthishubh

Автор awasthishubh, 3 года назад, По-английски

I created a tool that will let you easily visualize graph problems' input. I have used the same format as used by most of the problems.

Originally I created this for leetcode. I have recently updated it to accept plain text input as well so I'm sharing this here as well.

DEMOhttps://shubham.awasthi.dev/graph-visualizer/
Code — https://github.com/awasthishubh/graph-visualizer/

Sample Questions whose input graph array can be just copy/paste to visualize.

https://codeforces.com/problemset/problem/1499/G
https://codeforces.com/problemset/problem/1495/D
https://codeforces.com/problemset/problem/1494/F
https://codeforces.com/problemset/problem/794/D
https://codeforces.com/problemset/problem/1276/B
https://codeforces.com/problemset/problem/161/D

Let me know if you have any thoughts, comments or suggestions.

Give it a star on Github if you find it helpful. :)

Thank You.

  • Проголосовать: нравится
  • +60
  • Проголосовать: не нравится

»
3 года назад, # |
  Проголосовать: нравится +27 Проголосовать: не нравится

Pretty cool, but what about this?