cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Sort an array by iteration
Sort an array by iteration
Jan 9, 2014 at 1:13pm UTC
enemy
(470)
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!
Jan 9, 2014 at 1:57pm UTC
keskiverto
(10402)
http://en.wikipedia.org/wiki/Sorting_algorithm
Jan 9, 2014 at 2:10pm UTC
Aceix
(1118)
@OP
You could check the <algorithm> standard header. They've got some nice sorting functions there.
Aceix.
Topic archived. No new replies allowed.