Estructuras de Datos

0x0042 INICIALIZANDO...
0x7ffe-stack
*p = malloc(sizeof(Node))
0x3b2a - heap
ptr -> next = NULL
0x7ffe-stack
BUFFER_OVERFLOW
VIDEO_STREAM
Volver al inicio

7.4 Listas Circulares: El anillo infinito

Listas Enlazadas

Cuidado con los bucles infinitos: Cómo recorrer una lista que no tiene fin usando un puntero auxiliar y condiciones de parada.