Linked list means node which is linked each other with a line. It means that every node is connected with another one. Every node of the list hold the reference of the next node. If we talk about the sorted linked list , it is also a list just like another list. but the differed is only that it hold all the nodes in a sequential manner either in ascending order descending order