Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest Test Case #55

Open
K-Siddarth opened this issue Nov 2, 2024 · 0 comments
Open

Suggest Test Case #55

K-Siddarth opened this issue Nov 2, 2024 · 0 comments

Comments

@K-Siddarth
Copy link

New test case type

Test Case format (or example test case)

for ex -

T
n m
U1 V1 W1
U2 V2 W2 
... (m rows u, v, w) per test case

(In the format of CP websites or the ones shown in the generator application)
1st line - Numeber of test cases(t)
then for the next t test cases :
1st line : Number of nodes (n) and number of edges (m)
next m lines : u, v, w (i.e edge from u to v with weight w)

Reference link to the question(URL):-

https://codeforces.com/problemset/problem/1624/G

Additional details/comments:-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant