https://github.com/basemax/singlylinkedlistc
This is a simple implementation of a singly linked-list in C. Singly linked-lists are a type of data structure that are used to store a collection of elements. Each element in a singly linked-list is called a node. Each node contains two parts: the data and a pointer to the next node. The first node in a singly linked-list is called the head.
https://github.com/basemax/singlylinkedlistc
c data-structure datastructure linked-list linkedlist singly-linked-list singly-linked-list-in-c singly-linkedlist
Last synced: 2 months ago
JSON representation
This is a simple implementation of a singly linked-list in C. Singly linked-lists are a type of data structure that are used to store a collection of elements. Each element in a singly linked-list is called a node. Each node contains two parts: the data and a pointer to the next node. The first node in a singly linked-list is called the head.
- Host: GitHub
- URL: https://github.com/basemax/singlylinkedlistc
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-12-18T15:00:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T19:51:44.000Z (over 2 years ago)
- Last Synced: 2025-03-28T17:08:09.298Z (2 months ago)
- Topics: c, data-structure, datastructure, linked-list, linkedlist, singly-linked-list, singly-linked-list-in-c, singly-linkedlist
- Language: C
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0