🌐
GitHub
github.com › topics › data-structures-c
data-structures-c · GitHub Topics · GitHub
My data structures and algorithms in C language. hashing sorting trees searching linear-lists data-structures-c
🌐
GitHub
github.com › bartobri › data-structures-c
GitHub - bartobri/data-structures-c: A collection of algorithms for data structure manipulation in C · GitHub
This project contains implementations for many different types of data structures commonly taught in computer science, and many of which are commonly used in real-world production environments.
Starred by 118 users
Forked by 32 users
Languages   C
🌐
GitHub
github.com › topics › data-structures-in-c
data-structures-in-c · GitHub Topics · GitHub
A collection of implementations of commonly used data structures in C. c algorithms makefile data-structures dsa c-programming data-structures-in-c
🌐
GitHub
github.com › Chinmay-Ankolekar › C-Data-Structures-and-Applications
GitHub - Chinmay-Ankolekar/C-Data-Structures-and-Applications: This repository has most of the basic operations on Data Structures using c Programming Language. These programs are also part of JSSSTU Information Science and Engineering - Data Structures and Applications Lab cycle ( 20IS36L). · GitHub
This repository has most of the basic operations on Data Structures using c Programming Language. These programs are also part of JSSSTU Information Science and Engineering - Data Structures and Applications Lab cycle ( 20IS36L).
Starred by 3 users
Forked by 4 users
Languages   C
🌐
GitHub
github.com › AnishLohiya › DSA
GitHub - AnishLohiya/DSA: Data Structures and Algorithms in C Language. · GitHub
Hi! This is my Data Structures and Algorithms in C repository.
Starred by 79 users
Forked by 12 users
Languages   C
🌐
GitHub
github.com › fragglet › c-algorithms
GitHub - fragglet/c-algorithms: A library of common data structures and algorithms written in C. · GitHub
The C programming language includes a very limited standard library in comparison to other modern programming languages. This is a collection of common computer science data structures and algorithms which may be used in C projects.
Starred by 3.6K users
Forked by 743 users
Languages   C 96.5% | C++ 1.1%
🌐
GitHub
github.com › topics › c-data-structures
c-data-structures · GitHub Topics · GitHub
c data-structure algorithms ... data-structures-in-c dsa-in-c dsa-c linked-list-c singly-linked-list-in-c ... Generic single-file implementations of AVL tree in C and C++ suitable for deeply embedded systems. There is little activity because the project is ...
🌐
GitHub
github.com › AugustineAykara › Data-Structure-In-C
GitHub - AugustineAykara/Data-Structure-In-C: Various programs and data structures implemented in C
This is a repository used to host various programs in C language as a part of our Data Structure lab.
Starred by 7 users
Forked by 14 users
Languages   C 100.0% | C 100.0%
🌐
GitHub
github.com › pseudomuto › c-data-structures
GitHub - pseudomuto/c-data-structures: A simple library of data structures for C · GitHub
A simple library of data structures for C. Contribute to pseudomuto/c-data-structures development by creating an account on GitHub.
Starred by 53 users
Forked by 21 users
Languages   C 78.8% | CMake 15.6% | C++ 3.4% | Makefile 2.2%
🌐
GitHub
github.com › chandansgowda › C-Data-Structures
GitHub - chandansgowda/C-Data-Structures: This repository has most of the basic operations on data structures using C Programming Language. These programs are also part of JSSSTU Data Structures Lab Cycle (CS36L). · GitHub
This repository has most of the basic operations on data structures using C Programming Language. These programs are also part of JSSSTU Data Structures Lab Cycle (CS36L). - chandansgowda/C-Data-St...
Starred by 9 users
Forked by 4 users
Languages   C
Find elsewhere
🌐
GitHub
github.com › amine-merzoug › data-structures-and-algorithms-in-c
GitHub - amine-merzoug/dsa: Data structures and algorithms course: designed for 2nd-year computer science students. The repository includes lectures, tutorials, projects, implemented examples, exercises, and quizzes.
Data structures and algorithms course: designed for 2nd-year computer science students. The repository includes lectures, tutorials, projects, implemented examples, exercises, and quizzes. - amine-...
Starred by 22 users
Forked by 2 users
Languages   C 100.0% | C 100.0%
🌐
GitHub
github.com › Nikoletos-K › Data-Structures-and-Algorithms-in-C
GitHub - Nikoletos-K/Data-Structures-and-Algorithms-in-C: Data structures implemented in C · GitHub
Data structures implemented in C. Contribute to Nikoletos-K/Data-Structures-and-Algorithms-in-C development by creating an account on GitHub.
Author   Nikoletos-K
🌐
GitHub
github.com › tirthasheshpatel › Data-Structures-and-Algorithms
GitHub - tirthasheshpatel/Data-Structures-and-Algorithms: Find any Algorithms and Data Structure implemented in C/C++ here! · GitHub
This project is meant to help beginners understand and code Data Structures and Algorithms in C. This project strictly follows the book `Introduction to Algorithms` by Thomas H. Cormen.
Starred by 20 users
Forked by 13 users
Languages   C 81.9% | C++ 18.1%
🌐
GitHub
github.com › topics › dsa-project
dsa-project · GitHub Topics · GitHub
Explore a collection of C programming language implementations for various data structures and algorithms.
🌐
GitHub
github.com › topics › c-data-structures-and-algorithms
c-data-structures-and-algorithms · GitHub Topics · GitHub
🪨 C the Bedrock – a collection of essential C programs, algorithms, and data structures. ⚙️ Designed as a foundational resource, this repository offers 🔍 clear examples and ✅ best practices for mastering C, the core language behind ...
🌐
Upgrad
upgrad.com › home › blog › software development › 28+ top c projects github for every skill level to explore and excel in 2026
Explore These 28+ C Projects GitHub to Boost Your Skills!
January 27, 2026 - Below are GitHub C projects for beginners, intermediate learners, and experienced developers to strengthen your programming expertise. ... data structures, and system interactions.
🌐
GitHub
github.com › jean553 › c-data-structures
GitHub - jean553/c-data-structures: Data structures implementations using C (linked list, hashmap, trees, tries...)
A Radix Trie implementation using Rust can be found into a dedicated project: rust-radix-trie · An array is a set of continuous data in memory.
Starred by 19 users
Forked by 8 users
Languages   C 93.4% | CMake 6.1% | Objective-C 0.5% | C 93.4% | CMake 6.1% | Objective-C 0.5%
🌐
GitHub
github.com › srdja › Collections-C
GitHub - srdja/Collections-C: A library of generic data structures for the C language. · GitHub
A library of generic data structures for the C language. - srdja/Collections-C
Starred by 3K users
Forked by 331 users
Languages   C 99.3% | CMake 0.7%
🌐
GitHub
github.com › the-c0d3r › data-structures-c
GitHub - the-c0d3r/data-structures-c: Data structures implemented from scratch in c
This project is started for me to learn to implement the basic data structures that I use daily, in order to reinforce my grasp on them. This is just one of the 3 projects which I intend to write, (data-structures-python, data-structures-c, data-structures-java).
Author   the-c0d3r