JhabarBhati's blog

By JhabarBhati, history, 3 years ago, In English

GRAPH-TESTCASE-VISUALIZER creates visualized graph using the test cases. Here you can visualize Weighted as well as Unweighted graphs.

How To Use?

  1. Copy the test cases (should be valid)
  2. paste in the PARSER in website

What Are Valid Testcases?

  1. WEIGHTED GRAPHS
    • Should be of form (U, V, W)
  2. UNWEIGHTED GRAPHS
    • Should be of form (U, V)

U: FROM

V: TO

W: WEIGHT

Parser Graph

Website Link

Github Link

Report Bug

If you like this website then please do star the Github repository and share your thoughts in the comment section. I Would really appreciate that.

Full text and comments »

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

By JhabarBhati, history, 3 years ago, In English

To know about CODEFORCES-MARGDARSHAN please read my previous Blog

Website

Changes Made

  1. Fixed page reload bug (website on reload rendering 404 page)
  2. Added Rating badge with all the questions
  3. on clicking the question it will open a new page (initially opening on the same page)
  4. Sorted the questions in increasing order of their Rating.

GITHUB LINK | WEBSITE LINK

Friends, If you find any bug you can create an issue Here. I would really appreciate that.

And This is an Open source project so your suggestions and contributions are always welcomed.

For more details about the project, you can see the project README

At last, Please do share your thoughts about CODEFORCES-MARGDARSHAN.

Full text and comments »

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

By JhabarBhati, history, 3 years ago, In English

Recently I created a website named CODEFORCES MARGDARSHAN.

Using this website you can practice the questions that are done by the other user. Questions will be divided into 7 sections sorted in increasing difficulty level.

The 7 sections are:

  1. Div. 2 A Problems:
  2. Div. 2 B Problems:
  3. Div. 2 C Problems:
  4. Div. 2 D Problems:
  5. Div. 2 E Problems:
  6. Div. 1 D Problems:
  7. Div. 1 E Problems:

GITHUB LINK | WEBSITE LINK

Friends, If you find any bug you can create an issue Here. I would really appreciate that.

And This is an Open source project so your suggestions and contributions are always welcomed.

For more details about the project, you can see the project README

At last, Thank you for giving your valuable time to this blog.

Full text and comments »

  • Vote: I like it
  • -5
  • Vote: I do not like it

By JhabarBhati, history, 3 years ago, In English

Hello!

Can anyone explain why my submission: 114808839 to the problem: Educational Codeforces Round 108 (Rated for Div. 2) — C — Berland Regional is giving a RUNTIME_ERROR with exit code 2147483647?

I tried to debug but couldn't find what's wrong with my submission.

Problem: 1519C - Berland Regional

My Submission: 114808839

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it