Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kzamanbd/linked-list

In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.
https://github.com/kzamanbd/linked-list

algorithms data-structures linked-list

Last synced: 6 days ago
JSON representation

In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.

Awesome Lists containing this project

README

        

# linked-list
In simple words, a linked list consists of nodes where each node contains a data field and a reference(link) to the next node in the list.