Lista Doblemente Enlazada - Insertar al inicio/fin, y eliminar nodo

1
2
//points to first node of list
DNode first;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Tres métodos básicos para una lista doblemente enlazada en Java: añadir nodo al inicio/fin, y eliminar un nodo. También es necesario crear dos variables generales.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.