Concepts:
Logical representation of inserting a node into a linked list to maintain a sorted list
Three Cases are examined:
Inserting a node into an empty linked list
Inserting a node into a list with at least one node and we want to insert the new node at the head.
Inserting a node into a list with at least one node and we want to insert the new node somewhere other than the head.
Usage of a current pointer.
Usage of a trail or previous pointer.
How pointers must be updated to perform an insert.
Nesta página do site você pode assistir ao vídeo on-line Data Structures Using C++: Inserting a Node into a Linked List (Sorted Linked List) duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário ReelLearning 31 Julho 2012, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 120,167 vezes e gostou 659 espectadores. Boa visualização!