cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
sorting k integers from linked list
sorting k integers from linked list
Dec 12, 2016 at 1:10pm UTC
nlstmn
(14)
how to sort k integers which I found from the linked list?
Dec 12, 2016 at 1:40pm UTC
keskiverto
(10402)
What do you mean by "found"?
If you do look at
http://www.cplusplus.com/reference/algorithm/sort/
and
http://www.cplusplus.com/reference/list/list/sort/
you might notice that the first generically swaps
values
, while the second updates
links
without touching values.
Topic archived. No new replies allowed.