Posts by Gustavo RS • 33 points
2 posts
-
1
votes1
answer251
viewsQ: Bucket Sort - C
I’m having problems implementing the Bucket Sort sorting method, I need to test it 30 times with different amounts of data, but when I try with 100000 it presents me this error: "Process returned…
-
1
votes1
answer68
viewsQ: Problem with adjacency matrix
I’m having a hard time printing the data from an array, I believe I’m saving the data the wrong way, so you notice the data was not saved because when I go to print no data comes back that I added,…