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

Projects in Awesome Lists tagged with singly-linked-list-in-c

A curated list of projects in awesome lists tagged with singly-linked-list-in-c .

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.

c data-structure datastructure linked-list linkedlist singly-linked-list singly-linked-list-in-c singly-linkedlist

Last synced: 03 Apr 2025