Hi my friends
In this part you can see a link list that sort when you add your number.
First number set as the first node.
next number that you will enter , is compare with first node. if it was less than first , it set as first . otherwise it traverse on the link list and compare with each node .this work continue while append number arrive to node that its next node is greate than append node. Now append node set as between current node and next of current node.
Have a good time!