Posts by Artur • 1 point
1 post
-
-1
votes1
answer215
viewsQ: Shuffle list in c++
I want to know how I can, given a list, shuffle the order of the elements in it. The type structure of the list I want to shuffle is as follows. struct exemplo { int I; int O; int V; struct exemplo…