In this session, we are discussing the way to insert an element in sorted list... We will see how to find the required location to insert new element keeping list in sorted order, shifting elements one by one to make available space to place new element and how to set an element in list... So let's go through the session.....