MostafaAbdullah's blog

By MostafaAbdullah, history, 8 years ago, In English

Hello Codeforces community,

I'm presenting to you two tools tool that I have created that may help you debug graph problems.

The first one is a graph drawing tool, where you can draw the graph and then generate its test case, this may be helpful when you need to write your own test cases for your graph problems, and need to easily visualize and edit them.

Link to graph drawing tool

The second one is a random test case generator, where you can generate huge test cases according to certain conditions (like weighted vs unweighted, directed vs undirected..etc).

Link to random case tool

Feedback is appreciated.

Thank you.

Full text and comments »

  • Vote: I like it
  • +8
  • Vote: I do not like it