Posts by Luísa Salles • 29 points
2 posts
-
0
votes1
answer90
viewsQ: Binary search tree in C
I need to use a binary search tree to organize data. In each node I need to have ID and name, but I don’t know how to put two values in the same node. The tree I’m using is as follows: struct No {…
-
2
votes0
answers47
viewsQ: Use the first part of the split
I wonder if you have how to use the split to make only one division, for example, I have the following text:: dia_24_06_18. I wanted you to separate by _ in the matrix like this: [0] - dia [1] -…