Sort an array by iteration

Hello!
Pleas,e can someone tell me, without any program code, what would be the IDEA(pseudocode) of sorting an array's elements form minimal to maximal using ITERATION?
Many thanks!

@OP

You could check the <algorithm> standard header. They've got some nice sorting functions there.

Aceix.
Topic archived. No new replies allowed.