individual c utility libraries
-
Updated
Nov 9, 2025 - C
individual c utility libraries
Basic data structures in C: list, set, map/hashtable, queue... (libstdc++ wrapper)
M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
Mandelbrot set Linux C
My variant of the C Template Library
🔬 BEDOPS: high-performance genomic feature operations
sorted key/value storage for C99
Data structure implementation for mathematical set operations in C.
A very performant, fairly lightweight HashSet implementation in C.
Comprehensive STB style header-only library of data structures implemented in C
This section of the repository serves as a comprehensive exploration of a wide range of data structures and algorithms. From the foundational arrays to the complexities of graphs and trees, with a commitment to clarity, depth, and practicality, this repository is designed to be your go-to resource for mastering data structures and algorithms.
This repo provides C implementations for various different data structures that are commonly employed in programming. I based the choice of structures roughly off of those which I learned in my data structures course at Caltech. To challenge myself, I wanted to see if I could implement these structures in C rather than Java resulting in this repo
Add a description, image, and links to the set topic page so that developers can more easily learn about it.
To associate your repository with the set topic, visit your repo's landing page and select "manage topics."