GitHub topics: singly-linked-list-in-c
Deepali-Srivastava/data-structures-and-algorithms-in-c
Data Structures and Algorithms in C ( DSA )
Language: C - Size: 128 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 56 - Forks: 21

Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP----
Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥
Size: 211 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 1

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.
Language: C - Size: 66.4 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

the-glamour-kid/Data-Structures-Using-C-Language
From Basic to Hard Data Structures codes using c language
Language: C - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0
