Skip to content

A linked list is a data structure consisting of a sequence of elements, where each element points to the next. This allows for efficient insertion and deletion of elements, making it ideal for dynamic data storage

Notifications You must be signed in to change notification settings

BodiAli/linked-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

linked-lists

A project where I create a linked list

About

A linked list is a data structure consisting of a sequence of elements, where each element points to the next. This allows for efficient insertion and deletion of elements, making it ideal for dynamic data storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published