Posts by Lucas Santos • 11 points
2 posts
-
0
votes1
answer133
viewsQ: How do I show the randomized quicksort step by step?
How do I show the sort process step by step? Either by showing the state of the vector at each change or by showing a tree. I have tried to print each of the three functions and also tried to create…
-
0
votes1
answer41
viewsQ: Problems accessing struct members
I have to do some functions with these structs, but since Agenda has a contact struct array and in each contact has another data struct, how do I access the fields? Do I have to work each struct…