Skip to content

Files

Latest commit

 

History

History

Insert_at_beginning_of_doubly_linked_list

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
This code takes doubly linked list as input from the user, it also takes the element to be entered at the beginning of the linked list as input. The code then inserts the element at the beginning of the doubly linked list and finally prints the modified doubly linked list. To get goto .java file in this folder.