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.
En esta página del sitio puede ver el video en línea Data Structures Using C++: Inserting a Node into a Linked List (Sorted Linked List) de Duración hora minuto segunda en buena calidad , que subió el usuario ReelLearning 31 julio 2012, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 120,167 veces y le gustó 659 a los espectadores. Disfruta viendo!