Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vishalku03/linked_list
- Owner: vishalku03
- Created: 2024-02-16T09:10:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T07:30:38.000Z (10 months ago)
- Last Synced: 2025-01-09T02:22:28.717Z (17 days ago)
- Topics: cpp, dsa, gfg, leetcode, linked-list
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DSA-LINKED-LIST
leetcode and gfg