Posts by Armando De Cabro • 71 points
3 posts
-
0
votes1
answer51
viewsQ: Problem Related to graphs
I’m making this issue in the URI Online Judge. I’m trying with DFS, but until now I got nothing. I put a variable to mark up to the level she goes and when she gets to this level she comes back, but…
-
5
votes1
answer186
viewsQ: Problems with graphs in Java
I’m making a URI issue and in the lobby they ask so. Input: The input ends in EOF. For each test case, the first line contains two positive integers C and P that represent respectively the number of…
-
1
votes0
answers50
viewsQ: Problem in classifying graph edges
I’m making an algorithm to classify the Edges of a graph, between Type T, B ,C and F. It’s giving me a wrong output, it finishes vertex 3 at the same time it starts 4, so it doesn’t end up…