Posts by Rafael Paiva • 73 points
3 posts
-
1
votes1
answer92
viewsQ: java.lang.Illegalargumentexception when creating a Snackbar
I’m developing an app that accesses my college’s Moodle and posted the first version. Since then I noticed some flaws in the application presented in the Google Play console but I could not find the…
-
0
votes1
answer186
viewsQ: Problem splitting a String array into C
I’m making a program that needs you to find half a string vector, but that half cannot cut any word, so that half would necessarily have to be the next space found after half. Soon after finding…
-
6
votes0
answers145
viewsQ: Algorithm by Christofides - TSP, Problem in transforming the AGM into a graph with all vertices with even degree
I am carrying out the implementation of the algorithm of Christofides and input I receive the data from TSPLIB. Christofides' Algorithm has the following steps: Find the minimum generating tree Find…