Posts by Breno Castelo Branco • 21 points
2 posts
-
0
votes1
answer334
viewsQ: Problems with binary search tree in C
Now reinstating my post more clearly (this is a continuation of my previous question). In the code, I try to create a binary search tree and insert elements into it. They must be saved in .txt.…
-
2
votes1
answer188
viewsQ: nome.exe has stopped working. I can’t fix this
My C code gives a crash displaying following po error: filename.exe has stopped working I don’t know how to fix it. Follow the code I’ve already made: #include <stdio.h> #include…