Posts by Eduardo Dutra • 1 point
1 post
-
0
votes0
answers177
viewsQ: C - Stack Smashing Detected - How to correctly initialize a graph by adjacency list and insert edges?
I am receiving, sporadically and without having made any changes to the code or input, an error called Stack Smashing Detected. The only things I’m doing is initializing a graph and inserting an…