Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vishalku03/linked_list

A linked list is a linear data structure in which elements, called nodes, are connected by pointers. Each node contains data and a reference (or pointer) to the next node in the sequence.
https://github.com/vishalku03/linked_list

cpp dsa gfg leetcode linked-list

Last synced: 17 days ago
JSON representation

A linked list is a linear data structure in which elements, called nodes, are connected by pointers. Each node contains data and a reference (or pointer) to the next node in the sequence.

Awesome Lists containing this project

README

        

# DSA-LINKED-LIST
leetcode and gfg