Skip to content

a simple approach to "linked list data structure" using cpp

Notifications You must be signed in to change notification settings

moyalx/linked_list_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

linked_list_cpp and doubled_linked_list.cpp is a simple approach to "linked list data structure" using cpp

_> linked_list.cpp is a one way linked list in which each node has only < next > node address

_> doubled_linked_list.cpp is a two way linked list in which each node has and node address

About

a simple approach to "linked list data structure" using cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages