Skip to content

Muhammedsiyadt/Linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

About

A linked list is a chain of nodes, each holding data and a link to the next node. It's flexible for resizing and dynamic data. Traversal starts from the head, moving through links. Singly, doubly, and circular variants exist. Ideal for dynamic data sets. Access time can be slower than arrays.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors