List Sort
Modify the list class you created in the previous programming challenges by adding a member function that will sort the list into ascending order by the numeric value of the item stored in the node.
void sort( );
You should sort the list by moving pointers rather than by copying or swapping the contents of the nodes.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.