Skip to content

Understanding the concept of doubly linked list: How to modify a doubly linked

Notifications You must be signed in to change notification settings

Khaled-Pr/The-concept-of--doubly-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The concept of doubly linked list

Understanding the concept of doubly linked list: How to modify a doubly linked 1.creatting reverseShow function. 2.Insert a node with elem value of 100 to the front of the list. 3.Insert a node with elem value of -99 to the back of the list. 4.Remove the first node from the front. 5.Remove the first node from the back. 6.Find the third node from the back. 7.Delete the third node

About

Understanding the concept of doubly linked list: How to modify a doubly linked

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages